# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "serde-feature-hack" version = "0.2.1" authors = ["Konrad Borowski "] description = "A hack to allow having a feature named serde while having serde as a dependency" readme = "README.md" keywords = ["serde", "serialization", "no_std"] categories = ["encoding", "no-std", "rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/KonradBorowski/serde-feature-hack" [lib] name = "serde" [dependencies.real_serde] version = "1.0.75" default-features = false package = "serde" [dev-dependencies.serde_json] version = "1.0.26" [features] alloc = ["real_serde/alloc"] default = ["std"] derive = ["real_serde/derive"] rc = ["real_serde/rc"] std = ["real_serde/std"] unstable = ["real_serde/unstable"] [badges.gitlab] repository = "KonradBorowski/serde-feature-hack" [badges.maintenance] status = "deprecated"