[package] name = "soya" version = "0.0.1" authors = [ "araraloren ", ] edition = "2021" license = "MPL-2.0" description = "TODO" repository = "https://github.com/araraloren/soya-rs/" keywords = ["getopt", "cli"] categories = ["command-line-interface"] readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [features] default = [] [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ]