# 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" name = "german-str" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "small-string optimized string type with fast comparisons" readme = "README.md" license = "MIT" repository = "https://github.com/ostnam/german-str" [lib] name = "german_str" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [[bench]] name = "benches" path = "benches/benches.rs" harness = false [dependencies.arbitrary] version = "1.3.2" optional = true [dependencies.ointers] version = "4.0.1" [dependencies.serde] version = "1.0.204" optional = true default-features = false [dev-dependencies.assert-panic] version = "1.0.1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde] version = "1.0.204" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.124" [dev-dependencies.smol_str] version = "0.2.2" [features] default = [] serde = ["serde/std"]