[package] name = "say-hello-example" version = "0.3.0" edition = "2021" description = "This is example library" license = "Apache-2.0" [features] hello = [] bye = [] all = ["hello" ,"bye"] default = ["hello"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]