[package] name = "abi-serde" version = "0.1.0" edition = "2021" [dependencies] compiler_builtins = { version = "0.1", optional = true } core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" } rustc_std_alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" } [features] default = [] rustc-dep-of-std = [ "core", "rustc_std_alloc", "compiler_builtins/rustc-dep-of-std", ] [lints] workspace = true