# 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 = "trello-rs" version = "1.23.0" authors = ["Michael Aquilina "] description = "A Trello API client for the command line" homepage = "https://www.github.com/MichaelAquilina/trello-rs" readme = "README.rst" keywords = ["trello"] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://www.github.com/MichaelAquilina/trello-rs.git" [lib] name = "trello" path = "src/trello/mod.rs" test = true [[bin]] name = "tro" path = "src/main.rs" [dependencies.clap] version = "2.33.0" [dependencies.colored] version = "~1.9.1" [dependencies.dirs] version = "2.0.2" [dependencies.log] version = "0.4.8" [dependencies.regex] version = "1.3.1" [dependencies.reqwest] version = "0.9.24" [dependencies.rustyline] version = "6.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simple-error] version = "~0.2.1" [dependencies.simplelog] version = "0.7.4" [dependencies.tempfile] version = "3.1.0" [dependencies.toml] version = "0.5.5" [dev-dependencies.mockito] version = "~0.25.0"