# 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.71.0" name = "tree-ds" version = "0.1.5" authors = ["Clement Wanjau "] description = "A library to manipulate tree data structures." documentation = "https://docs.rs/tree-ds" readme = "README.md" keywords = [ "tree", "data-structures", "rust", ] categories = [ "algorithms", "data-structures", ] license = "MIT" repository = "https://github.com/clementwanjau/tree-ds" [dependencies.lazy_static] version = "1.4.0" [dependencies.sequential_gen] version = "0.1.2" default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] default-features = false [dependencies.thiserror] version = "1.0.61" [dev-dependencies.serde_json] version = "1.0" [features] async = [] auto_id = [ "sequential_gen/default", "lazy_static/spin", ] compact_serde = [] default = [] no_std = [ "sequential_gen/no_std", "lazy_static/spin_no_std", "serde/alloc", ] print_node_id = [] serde = ["serde/std"]