# 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 = "yasi" version = "0.1.5" authors = ["Aiden McClelland "] description = "Yet Another String Interner" documentation = "https://docs.rs/yasi" readme = "README.md" keywords = [ "arc", "intern", "string", "display", ] license = "MIT" repository = "https://github.com/Start9Labs/yasi.git" [dependencies.ahash] version = "0.8.3" [dependencies.hashbrown] version = "0.13" features = ["raw"] [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1" optional = true [features] default = ["serde"]