# 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 = "arccstr" version = "1.3.3" authors = ["Jon Gjengset "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Thread-safe, reference-counted null-terminated immutable strings." readme = "README.md" keywords = [ "strings", "reference-counting", "cstr", "immutability", ] categories = [ "concurrency", "data-structures", "memory-management", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jonhoo/arccstr.git" [lib] name = "arccstr" path = "src/lib.rs" [dependencies.serde] version = "1.0" optional = true [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_test] version = "1.0" [features] default = ["serde"] [badges.azure-devops] build = "22" pipeline = "arccstr" project = "jonhoo/jonhoo" [badges.codecov] branch = "master" repository = "jonhoo/arccstr" service = "github" [badges.maintenance] status = "passively-maintained"