# 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 = "arc-interner" version = "0.7.0" authors = ["Leonid Ryzhyk ", "Alex Hornby "] description = "An interner that deallocates unused values" homepage = "https://github.com/ryzhyk/arc-interner" readme = "README.md" keywords = ["intern", "interner", "interning"] license = "MIT" repository = "https://github.com/ryzhyk/arc-interner" [dependencies.ahash] version = "0.3.8" [dependencies.dashmap] version = "4.0.2" [dependencies.once_cell] version = "1.3" [dependencies.serde] version = "1.0"