# 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.70.0" name = "exc-symbol" version = "0.7.3" authors = ["Nouzan "] description = "The abstraction layer of exchanges." readme = "README.md" keywords = [ "exchange", "tower", ] license = "MIT" repository = "https://github.com/Nouzan/exc" [dependencies.positions] version = "0.2.1" [dependencies.rust_decimal] version = "1.27.0" [dependencies.thiserror] version = "1.0.38" [dependencies.time] version = "0.3.17" features = [ "formatting", "parsing", "macros", ] [dev-dependencies.rust_decimal_macros] version = "1.27.0"