[package] name = "warned" version = "0.1.1" edition = "2021" authors = ["Yuichiro Terada "] repository = "https://github.com/u1roh/warned-rs" documentation = "https://docs.rs/warned" keywords = ["warning", "result", "error"] readme = "README.md" description = "struct Warned { value: T, warnings: Vec }, which represents a value with warnings." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"], optional = true }