# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "id_tree" version = "1.8.0" authors = ["Ian Burns "] description = "A library for creating and modifying Tree structures." documentation = "https://docs.rs/id_tree" readme = "README.md" keywords = ["id_tree", "id-tree", "tree"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/iwburns/id-tree" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.snowflake] version = "1.3.0" [features] serde_support = ["serde", "serde_derive", "snowflake/serde_support"] [badges.appveyor] branch = "master" repository = "iwburns/id-tree" service = "github" [badges.travis-ci] branch = "master" repository = "iwburns/id-tree"