# 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 = "barter-instrument-copy" version = "0.1.0" authors = ["JustAStream"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fork of the Barter library for managing financial instruments." readme = "README.md" keywords = [ "instruments", "finance", ] categories = [ "data-structures", "finance", ] license = "MIT" repository = "https://github.com//barter-instrument" [lib] name = "barter_instrument_copy" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.derive_more] version = "1.0.0" features = [ "constructor", "from", "display", ] [dependencies.rust_decimal] version = "1.29.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.smol_str] version = "0.3.1" features = ["serde"] [dev-dependencies.rust_decimal_macros] version = "1.29.1"