[package] name = "init_tree" version = "0.2.2" authors = ["Jacob Kiesel "] edition = "2018" license = "MIT/Apache-2.0" description = "A library for initializing a series of singletons with dependencies on each other." documentation = "https://docs.rs/init_tree" repository = "https://github.com/Xaeroxe/init_tree" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] itertools = "0.8" serde = { version = "1.0", features = ["derive"], optional = true } [dev-dependencies] trybuild = "1.0" [features] cache = ["serde"] default = ["cache"] [[bin]] name = "outside_crate_test" test = true