# 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 = "2021" name = "serde_flexitos" version = "0.2.2" authors = ["Gabriel Konat "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Flexible serialization and deserialization of trait objects with Serde" readme = "README.md" keywords = [ "trait-object", "dyn", "serialization", "serde", ] categories = [ "encoding", "rust-patterns", ] license = "Apache-2.0" repository = "https://github.com/Gohla/serde_flexitos" resolver = "2" [lib] name = "serde_flexitos" path = "src/lib.rs" [[example]] name = "combined" path = "examples/combined.rs" [[example]] name = "first_registration" path = "examples/first_registration.rs" [[example]] name = "generic_instantiations" path = "examples/generic_instantiations.rs" [[example]] name = "macros" path = "examples/macros.rs" required-features = ["id_trait"] [[example]] name = "no_global" path = "examples/no_global.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.erased-serde] version = "0.4" [dependencies.serde] version = "1" [dev-dependencies.linkme] version = "0.3" [dev-dependencies.paste] version = "1" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [features] default = [] id_trait = ["serde/derive"] permissive = []