[package] name = "tstore-cli" version = "0.1.0" authors = ["Aaron Robinson "] edition = "2018" exclude = ["manifest.json", "icon.png", ".vscode/"] description = "CLI for https://thunderstore.io" documentation = "https://github.com/Windows10CE/tstore-cli" repository = "https://github.com/Windows10CE/tstore-cli" readme = "README.md" license = "MIT" keywords = ["cli", "thunderstore"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.2", features = ["multipart", "gzip", "blocking"] } clap = "2.33" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" toml = "0.5.8" [profile.release] lto = true