# 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 = "ustr" version = "1.1.0" authors = ["Anders Langlands "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast, FFI-friendly string interning." documentation = "https://docs.rs/ustr" readme = "README.md" keywords = [ "string", "interning", "FFI", ] categories = [ "caching", "data-structures", ] license = "BSD-2-Clause-Patent" repository = "https://github.com/anderslanglands/ustr" [lib] name = "ustr" path = "src/lib.rs" [[bench]] name = "creation" path = "benches/creation.rs" harness = false [dependencies.ahash] version = "0.8.3" default-features = false [dependencies.byteorder] version = "1.5" [dependencies.lazy_static] version = "1.5" [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1" optional = true [dev-dependencies.criterion] version = "0.4" [dev-dependencies.crossbeam-channel] version = "0.5" [dev-dependencies.crossbeam-utils] version = "0.8" [dev-dependencies.libc] version = "0.2" [dev-dependencies.serde_json] version = "1" [dev-dependencies.string-interner] version = "0.13" [dev-dependencies.string_cache] version = "0.8" [badges.travis-ci] branch = "master" repository = "anderslanglands/ustr"