# 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-fxhash" version = "1.0.0" authors = [ "Anders Langlands ", "Boshen", ] description = "Fast, FFI-friendly string interning." documentation = "https://docs.rs/ustr-fxhash" readme = "README.md" keywords = [ "string", "interning", "FFI", ] categories = [ "caching", "data-structures", ] license = "BSD-2-Clause-Patent" repository = "https://github.com/Boshen/ustr-fxhash" [[bench]] name = "creation" harness = false [dependencies.byteorder] version = "1.5.0" [dependencies.fxhash] version = "0.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0" optional = true [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.crossbeam-channel] version = "0.5.0" [dev-dependencies.crossbeam-utils] version = "0.8.1" [dev-dependencies.libc] version = "0.2.62" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.string-interner] version = "0.13.0" [dev-dependencies.string_cache] version = "0.8.1"