# 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.60.0" name = "fast-str" version = "1.0.0" authors = ["xxXyh1908"] include = [ "build.rs", "src/**/*", "Cargo.toml", "LICENSE*", "README.md", "benches/**/*", ] description = "A flexible, easy-to-use, immutable, efficient `String` replacement for Rust." readme = "README.md" keywords = [ "serde", "serialization", "string", ] categories = [ "data-structures", "text-processing", ] license = "MIT" repository = "https://github.com/xxXyh1908/rust-fast-str" [[bench]] name = "bench" harness = false [dependencies.actix-web] version = "4.2" optional = true [dependencies.arbitrary] version = "1.2" optional = true default-features = false [dependencies.diffus] version = "0.10" optional = true [dependencies.serde] version = "1.0" features = ["alloc"] optional = true default-features = false [dev-dependencies.criterion] version = "0.4" [dev-dependencies.proptest] version = "1.0" [features] actix-web = ["dep:actix-web"] arbitrary = ["dep:arbitrary"] default = [] diffus = ["dep:diffus"] serde = ["dep:serde"] stack = [] [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" features = ["std"] default-features = false