# 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" rust-version = "1.56" name = "miniserde" version = "0.1.40" authors = ["David Tolnay "] build = false exclude = [ "benches", "build.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Data structure serialization library with several opposite design goals from Serde." documentation = "https://docs.rs/miniserde" readme = "README.md" keywords = [ "serde", "serialization", ] categories = [ "encoding", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/miniserde" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "miniserde" path = "src/lib.rs" doc-scrape-examples = false [[test]] name = "compiletest" path = "tests/compiletest.rs" [[test]] name = "regression" path = "tests/regression.rs" [[test]] name = "test_derive" path = "tests/test_derive.rs" [[test]] name = "test_impls" path = "tests/test_impls.rs" [[test]] name = "test_number" path = "tests/test_number.rs" [[test]] name = "test_value" path = "tests/test_value.rs" [dependencies.itoa] version = "1.0" [dependencies.mini-internal] version = "=0.1.40" [dependencies.ryu] version = "1.0" [dev-dependencies.automod] version = "1.0" [dev-dependencies.indoc] version = "2.0" [dev-dependencies.rustversion] version = "1.0" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.trybuild] version = "1.0.49" features = ["diff"] [features] default = ["std"] std = []