[package] name = "cmd-toys" version = "0.1.6" edition = "2018" authors = ["Your Name "] license = "MIT OR Apache-2.0" description = "basic cli tool" homepage = "https://github.com/coppra-inc/conversion-toy" repository = "https://github.com/coppra-inc/conversion-toy" keywords = ["units", "conversion"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1" structopt = { version = "0.3", default-features = false } anyhow = "1.0.57" serde_json = "1.0" serde = { version = "1.0.137", features = ["derive"] } reqwest = "0.11.10" tokio = { version = "1", features = ["full"] }