# 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] edition = "2018" name = "try_encoding_from" version = "0.1.4" authors = ["James Spears "] autotests = false description = "A convenient API for serde_json, serde_yaml, serde_cbor. Meme of the TryFrom and TryInto traits." homepage = "https://github.com/jameone/try_encoding_from" readme = "crates-io.md" keywords = ["encoding", "JSON", "YAML", "CBOR"] categories = ["encoding", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/jameone/try_encoding_from" [[test]] name = "integration" path = "tests/lib.rs" [[bench]] name = "benchmark" path = "benches/lib.rs" harness = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.serde_cbor] version = "0.11" features = ["alloc"] optional = true default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] optional = true default-features = false [dependencies.serde_yaml] version = "0.8" optional = true [dev-dependencies.btree_graph] version = "0.2.2" features = ["serde"] default-features = false [dev-dependencies.criterion] version = "0.3.3" [features] cbor = ["serde", "serde_cbor"] error = [] json = ["serde", "serde_json"] yaml = ["serde", "serde_yaml"]