# 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 = "2018" name = "v-common-v8" version = "0.1.132" authors = ["Itiua "] description = "common part of the veda platform" readme = "README.md" license = "MIT" [lib] path = "src/lib.rs" [dependencies.align-data] version = "0.1.0" [dependencies.anyhow] version = "1.0.32" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.rust_decimal] version = "1.32.0" [dependencies.serde_json] version = "1.0.57" features = ["preserve_order"] [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.uuid] version = "0.8.1" features = ["v4"] [dependencies.v8] version = "=0.84" [dependencies.v_common] version = "=0.12.0" package = "v-common" [dependencies.warp] version = "0.3.3" features = ["tls"]