# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "disco-cli" version = "0.1.2" authors = ["Andrew Kane "] description = "Generate recommendations from CSV files" readme = "README.md" license = "MIT" repository = "https://github.com/ankane/disco-cli" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "disco" path = "src/main.rs" [dependencies.clap] version = "4" features = [ "std", "help", "usage", "error-context", "suggestions", "derive", ] default-features = false [dependencies.csv] version = "1" [dependencies.discorec] version = "0.2" [dependencies.indicatif] version = "0.17" [dependencies.native-tls] version = "0.2" [dependencies.sha2] version = "0.10" [dependencies.ureq] version = "2" features = [ "gzip", "native-tls", ] default-features = false [dependencies.zip] version = "2" features = ["deflate-flate2"] default-features = false