# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "serde_shims" version = "0.2.2" authors = ["novacrazy "] description = "Community Driven Serde Shims" documentation = "https://novacrazy.github.io/serde_shims/" readme = "../README.md" keywords = ["serde", "shim"] categories = ["encoding"] license = "MIT" repository = "https://github.com/novacrazy/serde_shims" [package.metadata.docs.rs] all-features = true [package.metadata.playground] all-features = true [dependencies.bitflags_serde_shim] version = "0.2" optional = true [dependencies.enum_primitive_serde_shim] version = "0.2" optional = true [dependencies.mime_serde_shim] version = "0.2" optional = true [dependencies.std_serde_shims] version = "0.2" optional = true [features] bitflags = ["bitflags_serde_shim"] default = ["std"] enum_primitive = ["enum_primitive_serde_shim"] mime = ["mime_serde_shim"] std = ["std_serde_shims", "bitflags_serde_shim/std", "enum_primitive_serde_shim/std"] [badges.travis-ci] repository = "novacrazy/serde_shims"