# 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] edition = "2018" name = "init_tree" version = "0.2.2" authors = ["Jacob Kiesel "] description = "A library for initializing a series of singletons with dependencies on each other." documentation = "https://docs.rs/init_tree" license = "MIT/Apache-2.0" repository = "https://github.com/Xaeroxe/init_tree" [[bin]] name = "outside_crate_test" test = true [dependencies.itertools] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.trybuild] version = "1.0" [features] cache = ["serde"] default = ["cache"]