# 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 = "domo" version = "0.3.2" authors = ["Sean Murphy "] default-run = "domo" description = "The Domo Rust SDK wrapping our APIs. Also includes a CLI application." homepage = "https://github.com/domoinc/domo-rust-sdk" documentation = "https://docs.rs/domo" readme = "README.md" keywords = ["cli", "api", "sdk"] categories = ["api-bindings", "command-line-interface", "command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/domoinc/domo-rust-sdk" [dependencies.async-std] version = "1.9.0" features = ["attributes"] [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.csv] version = "1.1.6" [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.serde_yaml] version = "0.8.17" [dependencies.structopt] version = "0.3.21" [dependencies.surf] version = "2.2.0"