# 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" rust-version = "1.36" name = "miniserde-miku" version = "0.1.23" authors = ["David Tolnay "] description = "Data structure serialization library with several opposite design goals from Serde." documentation = "https://docs.rs/miniserde" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/miniserde" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.arrayvec] version = "0.7.2" [dependencies.itoa] version = "1.0" [dependencies.mini-internal-miku] version = "=0.1.23" [dependencies.ryu] version = "1.0" [dev-dependencies.automod] version = "1.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 = []