# 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 = "intern-str" version = "0.1.0" authors = ["John Nunley "] description = "Efficient, compile-time string interning for Rust" homepage = "https://github.com/notgull/intern-str#readme" documentation = "https://docs.rs/intern-str" readme = "README.md" keywords = [ "string", "interning", "compile-time", ] license = "MIT OR Apache-2.0" repository = "https://github.com/notgull/intern-str" [[bench]] name = "comparison" harness = false [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.fastrand] version = "1.8.0" [dev-dependencies.phf] version = "0.11.1" [build-dependencies.autocfg] version = "1.1.0" [features] builder = [] std = []