[workspace] members = [".", "xtask"] [package] name = "eso" version = "0.0.2" authors = ["Sebastien Braun "] repository = "https://github.com/braunse/eso.git" homepage = "https://github.com/braunse/eso" license = "MPL-2.0" readme = "README.md" documentation = "https://docs.rs/eso" description = "Type machinery to build Cow-like containers" edition = "2018" autoexamples = false [[example]] name = "simple_newtype" crate-type = ["lib"] [[example]] name = "ref_own_newtypes" crate-type = ["lib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dev-dependencies] impls = "1.0.3" lazy_static = { version = "1.4.0" } [features] default = ["allow-unsafe"] allow-unsafe = []