[package] name = "lich" version = "0.2.0" authors = ["Ram "] description = "Minimal password management." license = "MIT" documentation = "https://docs.rs/lich" homepage = "https://github.com/quadrupleslap/lich" repository = "https://github.com/quadrupleslap/lich" [features] serialization = ["serde_derive", "serde"] [dependencies] clap = "2.24" ring = "0.9" serde = { version = "1.0", optional = true } serde_derive = { version = "1.0", optional = true } rpassword = { version = "0.4", optional = true } serde_json = { version = "1.0", optional = true } unicode-segmentation = { version = "1.2", optional = true } [[bin]] name = "lich" doc = false required-features = ["rpassword", "serde_json", "serialization", "unicode-segmentation"]