# 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 = "atom_table" version = "1.1.0" authors = ["Ryan Pavlik "] description = "Assign easy-to-handle typed IDs to large, hard to handle things like strings" documentation = "https://docs.rs/atom_table" readme = "README.md" keywords = [ "collection", "index", "vec", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/rpavlik/atom-table-rs" [package.metadata.docs.rs] all-features = true [dependencies.thiserror] version = "1.0" optional = true [dependencies.typed-index-collections] version = "3.1" [dev-dependencies.derive_more] version = "0.99.14" [features] default = ["transform"] transform = ["dep:thiserror"]