# 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.60.0" name = "rpds" version = "1.1.0" authors = ["Diogo Sousa "] include = [ "/src/**/*.rs", "/benches/**/*.rs", "/Cargo.toml", "/LICENSE.md", "/README.md", "/release-notes.md", ] description = "Persistent data structures with structural sharing" homepage = "https://github.com/orium/rpds" documentation = "https://docs.rs/rpds" readme = "README.md" keywords = [ "data-structure", "data-structures", "persistent", "immutable", "no_std", ] categories = ["data-structures"] license = "MPL-2.0" repository = "https://github.com/orium/rpds" [package.metadata.docs.rs] features = ["serde"] [[bench]] name = "std_linked_list" harness = false [[bench]] name = "rpds_list" harness = false [[bench]] name = "rpds_list_sync" harness = false [[bench]] name = "std_vec" harness = false [[bench]] name = "rpds_queue" harness = false [[bench]] name = "rpds_queue_sync" harness = false [[bench]] name = "std_vec_deque" harness = false [[bench]] name = "rpds_vector" harness = false [[bench]] name = "rpds_vector_sync" harness = false [[bench]] name = "std_hash_map" harness = false [[bench]] name = "rpds_hash_trie_map" harness = false [[bench]] name = "rpds_hash_trie_map_sync" harness = false [[bench]] name = "std_btree_map" harness = false [[bench]] name = "rpds_red_black_tree_map" harness = false [[bench]] name = "rpds_red_black_tree_map_sync" harness = false [dependencies.archery] version = "1.1.0" features = ["triomphe"] [dependencies.serde] version = "1.0.149" optional = true default-features = false [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.static_assertions] version = "1.1.0" [features] default = ["std"] fatal-warnings = [] std = [] [badges.codecov] branch = "main" repository = "orium/rpds" service = "github"