# 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 = "thin_str" version = "0.1.0" authors = ["Thom Chiovoloni "] description = "A string type that's smaller than `Box` or String" readme = "README.md" keywords = ["thin", "thinstr", "box", "string", "no_std"] categories = ["data-structures", "no-std", "rust-patterns"] license = "MIT/Apache-2.0" repository = "https://github.com/thomcc/thin_str" [dependencies.serde] version = "1" optional = true default_features = false [dev-dependencies.serde_test] version = "1" [features] default = [] serde_support = ["serde"] [badges.circle-ci] branch = "master" repository = "thomcc/thin_str"