# 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 = "tomt_atom" version = "0.1.7" authors = [ "TheBeardedQuack", "Tome of Many Things", ] description = "Basic Atom (string) registry for use with ID strings. For when an application contains and passes around many constant strings (mainly de/serialized strings), this should reduce the overall memory footprint and slightly increase cache usage" homepage = "https://crates.io/crates/tomt_atom" documentation = "https://docs.rs/tomt_atom" readme = "README.md" categories = [ "caching", "memory-management", ] license = "MIT OR Apache-2.0" repository = "https://github.com/TheBeardedQuack/tomt_atom.git" [dependencies.serde] version = "1.0.195" optional = true [features] default = [] from_str = [] serde = ["dep:serde"]