# 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" rust-version = "1.58.0" name = "intaglio" version = "1.9.1" authors = ["Ryan Lopopolo "] include = [ "src/**/*", "tests/**/*", "LICENSE", "README.md", ] description = "UTF-8 string and byte string interner and symbol table" homepage = "https://github.com/artichoke/intaglio" documentation = "https://docs.rs/intaglio" readme = "README.md" keywords = [ "bytestring", "intern", "interner", "symbol", "utf8", ] categories = [ "caching", "data-structures", ] license = "MIT" repository = "https://github.com/artichoke/intaglio" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" rustdoc-args = [ "--cfg", "docsrs", ] targets = [] [dependencies] [dev-dependencies.quickcheck] version = "1.0.3" default-features = false [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.version-sync] version = "0.9.3" features = [ "markdown_deps_updated", "html_root_url_updated", ] default-features = false [features] bytes = [] cstr = [] default = [ "bytes", "cstr", "osstr", "path", ] osstr = [] path = []