[package] name = "say-hello-ikoafianando" version = "0.3.1" edition = "2021" description = "This is say hello library" license = "MIT" authors = ["IKo Afianando"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] hello = [] bye = [] word = [] all = ["hello", "bye", "word"] default = ["hello"] [dependencies]