# 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 = "rbdc-oracle" version = "0.6.0" authors = ["chenpengfan"] description = "a simple oracle driver for rbatis" readme = "Readme.md" license = "Apache-2.0" [dependencies.bigdecimal] version = "0.4.0" features = ["serde"] [dependencies.byteorder] version = "1.5" [dependencies.chrono] version = "0.4" [dependencies.futures-core] version = "0.3" default-features = false [dependencies.futures-io] version = "0.3" features = ["std"] [dependencies.futures-util] version = "0.3" features = [ "alloc", "sink", ] [dependencies.log] version = "0.4" [dependencies.oracle] version = "0.5" features = ["chrono"] [dependencies.rbdc] version = "4.5.12" [dependencies.rbs] version = "4.5.2" [dependencies.rust_decimal] version = "1.33" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "fs", "net", "rt", "rt-multi-thread", "time", "io-util", ] [dependencies.tokio-util] version = "0.7" features = ["compat"]