# 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 = "baseline" version = "0.2.0" description = "Common types and traits for dealing with financial data" readme = "README.md" keywords = [ "finance", "data", "cryptocurrency", ] categories = ["data-structures"] license = "LGPL-3.0-only" repository = "https://github.com/fourbytes/baseline/" [dependencies.rust_decimal] version = "1" [dependencies.rust_decimal_macros] version = "1" [dependencies.smol_str] version = "0.1" [dependencies.time] version = "0.3"