# 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.76" name = "im-pathtree" version = "0.13.0" build = false include = [ "/src", "/README.md", "/LICENSES", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Immutable, path-addressable tree data structure" readme = "README.md" keywords = [ "immutable", "tree", "path", ] categories = ["data-structures"] license = "MPL-2.0" repository = "https://github.com/uklotzde/im-pathtree" [lib] name = "im_pathtree" path = "src/lib.rs" [dependencies.derive_more] version = "1.0.0" features = [ "display", "error", ] [dependencies.im] version = "15.1.0" optional = true [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.22" [features] default = ["im"] expensive-debug-assertions = [] im = ["dep:im"] [lints.clippy] clone_on_ref_ptr = "warn" default_trait_access = "allow" lint_groups_priority = "allow" missing_const_for_fn = "warn" missing_errors_doc = "allow" module_name_repetitions = "allow" pedantic = "warn" self_named_module_files = "warn" [lints.rust] future_incompatible = "warn" let_underscore = "warn" missing_debug_implementations = "warn" rust_2018_idioms = "warn" rust_2021_compatibility = "warn" unreachable_pub = "warn" unsafe_code = "warn" unused = "warn"