# 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 = "sto" version = "0.1.1" authors = ["unbyte "] description = "Yet another string interner" homepage = "https://github.com/ost-project/sto#readme" documentation = "https://docs.rs/sto" readme = "README.md" keywords = [ "string", "interner", ] license = "MIT" repository = "https://github.com/ost-project/sto" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "bench" harness = false [dependencies.ahash] version = "0.8" default-features = false [dependencies.once_cell] version = "1.17" optional = true [dependencies.parking_lot] version = "0.12" [dev-dependencies.criterion] version = "0.5" [features] default = ["global"] global = ["once_cell"]