# 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.57.0" name = "arcstr" version = "1.2.0" authors = ["Thom Chiovoloni "] build = false include = [ "src/**/*", "LICENSE-*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A better reference-counted string type, with zero-cost (allocation-free) support for string literals, and reference counted substrings." homepage = "https://github.com/thomcc/arcstr" documentation = "https://docs.rs/arcstr" readme = "README.md" keywords = [ "arc", "refcount", "arc_str", "rc_str", "string", ] categories = [ "concurrency", "memory-management", "data-structures", "no-std", "rust-patterns", ] license = "Apache-2.0 OR MIT OR Zlib" repository = "https://github.com/thomcc/arcstr" [package.metadata.docs.rs] features = [ "std", "substr", ] [lib] name = "arcstr" path = "src/lib.rs" [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.serde_test] version = "1" default-features = false [features] default = ["substr"] std = [] substr = [] substr-usize-indices = ["substr"] [target."cfg(loom)".dev-dependencies.loom] version = "0.7.1"