# 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" name = "tinyvec_string" version = "0.3.2" authors = ["ThatsNoMoon "] description = "tinyvec based string types" readme = "README.md" keywords = ["no_std", "string", "data-structures"] categories = ["no-std", "data-structures", "text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/ThatsNoMoon/tinyvec_string" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docs_rs"] [[test]] name = "tinystring" required-features = ["alloc"] [[test]] name = "arraystring" required-features = ["alloc"] [dependencies.serde] version = "1" optional = true default-features = false [dependencies.tinyvec] version = "1.5" [dependencies.tinyvec_macros] version = "0.1" optional = true [dev-dependencies.serde_json] version = "1" [features] alloc = ["tinyvec/alloc", "tinyvec_macros"] default = [] rustc_1_40 = ["tinyvec/rustc_1_40"] rustc_1_55 = ["tinyvec/rustc_1_55"] rustc_1_57 = ["rustc_1_55"] std = ["alloc"]