# 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 = "sesters" version = "0.3.2" authors = ["Clément Joly "] description = "💱 Fast, offline currency converter 💴 💷 💶 💵" homepage = "https://cj.rs/sesters" readme = "README.md" keywords = ["currency_converter", "cli"] categories = ["command-line-utilities", "text-processing"] license = "GPL-3.0-or-later" repository = "https://github.com/cljoly/sesters" [profile.release] debug = true [dependencies.anyhow] version = "1" [dependencies.bincode] version = "1.*" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "2" [dependencies.confy] version = "0.4.*" [dependencies.dirs-next] version = "2.0" [dependencies.encoding] version = "0.2" [dependencies.env_logger] version = "0.9.*" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.2" [dependencies.log] version = "0.4" features = ["max_level_trace", "release_max_level_info"] [dependencies.regex] version = "1" [dependencies.rusqlite] version = "0.24" features = ["bundled", "chrono", "trace"] [dependencies.rusqlite_migration] version = "0.5" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_rusqlite] version = "0.26" [dependencies.ureq] version = "2.2" [dev-dependencies.test-case] version = "1.2"