# 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 = "ctp-futures" version = "0.1.0" authors = ["xiaobing "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A short description of your crate" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "ctp_futures" path = "src/lib.rs" [dependencies.bincode] version = "2.0.0-rc.2" features = ["derive"] [dependencies.chrono] version = "0.4.19" [dependencies.derive_more] version = "0.99.8" [dependencies.encoding] version = "0.2.33" [dependencies.env_logger] version = "0.8.1" [dependencies.futures] version = "0.3.5" [dependencies.itertools] version = "0.12.0" [dependencies.log] version = "0.4.11" [dependencies.memchr] version = "2.3.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0.117" [dependencies.serde_json] version = "1" [dependencies.simple-error] version = "0.2.1" [dependencies.time] version = "0.3.36" features = [ "local-offset", "macros", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "std", "time", ] [build-dependencies.Inflector] version = "0.11.4" [build-dependencies.bindgen] version = "0.63" [build-dependencies.cargo-emit] version = "0.2" [build-dependencies.clang] version = "2.0.0" [build-dependencies.clang-sys] version = "1" features = [ "clang_6_0", "runtime", ] [build-dependencies.encoding] version = "0.2.33" [build-dependencies.libc] version = "0.2.39" default-features = false [build-dependencies.regex] version = "1.4.1"