# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cogsy" version = "0.2.2" authors = ["cartoon-raccoon "] description = "A curses-based CLI Discogs client" homepage = "https://github.com/cartoon-raccoon/cogsy" readme = "README.md" keywords = ["cogsy", "music", "vinyl", "records", "discogs"] license = "LGPL-2.1" repository = "https://github.com/cartoon-raccoon/cogsy" [dependencies.ansi_term] version = "0.6.3" [dependencies.chrono] version = "0.4.15" [dependencies.clap] version = "2.33.2" [dependencies.csv] version = "1.1" [dependencies.cursive] version = "0.16.3" [dependencies.directories] version = "3.0.1" [dependencies.indicatif] version = "0.15.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.3.9" [dependencies.reqwest] version = "0.10.7" features = ["blocking"] [dependencies.rusqlite] version = "0.23.1" features = ["chrono"] [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.toml] version = "0.5.6" [dependencies.unidecode] version = "0.3.0" [dev-dependencies.dirs] version = "3.0.1"