[package] name = "pzn_say-hello" version = "0.4.0" edition = "2021" license = "Apache-2.0" description = "A simple say-hello library" authors = ["Eko Kurniawan Khannedy"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] hello = [] bye = [] all = ["hello", "bye"] default = ["hello"] [dependencies]