# 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 = "identified_vec" version = "0.1.11" authors = ["Alexander Cyon "] description = "Like HashSet but retaining INSERTION order and without `Hash` requirement on the Element type." readme = "README.md" keywords = [ "identifiable", "vec", "orderset", "set", "hashset", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/Sajjon/identified_vec" [dependencies.serde] version = "1.0.193" optional = true [dependencies.thiserror] version = "1.0.50" [dev-dependencies.serde] version = "1.0.193" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.108" [features] default = ["id_prim"] id_prim = [] serde = ["dep:serde"]