[package] name = "say-hello-laut" version = "0.4.0" edition = "2021" description = "This is say-hello library" license = "Apache-2.0" [features] hello = [] bye = [] all = ["hello", "bye"] default = ["hello"] [dependencies]