[package] name = "jealousy" version = "0.1.5" edition = "2021" repository = "https://codeberg.org/OpenThingies/jealousy" description = "A wrapper arount the envy crate, providing an easily implementable trait" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] envy = "0.4.2" jealousy_derive = { version = "0.1.1", path = "jealousy_derive" } log = { version = "0.4.19", features = ["serde"] } serde = "1.0.164" [package.metadata."docs.rs"] all-features = true [features] derive = [] [dev-dependencies] serde = { version = "1.0.164", features = ["derive"] }