# 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" name = "rrdb" version = "0.0.2" authors = ["myyrakle "] exclude = [] include = [ "src/*", "Cargo.toml", ] description = "ready" homepage = "https://github.com/myyrakle/rrdb/blob/master/README.md" documentation = "https://github.com/myyrakle/rrdb/blob/master/README.md" readme = "README.md" keywords = [ "db", "database", "sql", ] license = "MIT" repository = "https://github.com/myyrakle/rrdb" [[bin]] name = "rrdb" path = "./src/main.rs" required-features = ["rrdb"] [[bin]] name = "test" path = "./src/test.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.80" [dependencies.atty] version = "0.2.14" optional = true [dependencies.bson] version = "2.4.0" [dependencies.bytes] version = "1.2.1" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "3.1.3" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.derive_builder] version = "0.10.2" [dependencies.dyn-clone] version = "1.0.4" [dependencies.futures] version = "0.3.23" [dependencies.itertools] version = "0.10.5" [dependencies.mockall] version = "0.12.1" [dependencies.path-absolutize] version = "3.0.13" [dependencies.serde] version = "1" features = ["derive"] [dependencies.structopt] version = "0.3.18" optional = true [dependencies.thiserror] version = "1.0.32" [dependencies.tokio] version = "1.21.0" features = ["full"] [dependencies.tokio-util] version = "0.7.4" features = ["codec"] [dependencies.toml] version = "0.5.9" [dependencies.uuid] version = "1.1.2" [dependencies.whoami] version = "1.2.1" [features] cli = [ "atty", "structopt", ] default = ["rrdb"] rrdb = ["cli"] [target."cfg(windows)".dependencies.winreg] version = "0.10.1"