# 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" rust-version = "1.56.0" name = "rtm-cli" version = "0.0.3" authors = ["Begley Brothers Inc. "] autoexamples = false description = "Rust Type Mapper (RTM) crate rtm-cli.\n" homepage = "https://rtm-rs.org" documentation = "https://docs.rs/rtm-cli" readme = "README.md" keywords = ["async", "orm", "cqrs", "http", "sql"] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/rtm-rs/rtm-cli" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [profile.bench] opt-level = 3 lto = true [lib] name = "rtm_cli" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.57" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.aquamarine] version = "0.1.11" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.futures-timer] version = "3" [dev-dependencies.mockall] version = "0.11" [dev-dependencies.trybuild] version = "1" [features] default = []