# 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 = "financial_symbols" version = "1.0.2" authors = ["Dario "] build = false exclude = [ "/ci", "images/", ".*", "/test_data", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Stock symbols & option contracts structs which implement the Copy trait" documentation = "https://docs.rs/financial_symbols/latest/financial_symbols/" readme = "README.md" keywords = [ "options", "symbol", "stock", ] categories = [ "finance", "encoding", "data-structures", ] license = "MIT" [lib] name = "financial_symbols" path = "src/lib.rs" [[bench]] name = "decimal" path = "benches/decimal.rs" harness = false [[bench]] name = "my_benchmark" path = "benches/my_benchmark.rs" harness = false [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" [dependencies.postgres-types] version = "0.2.6" optional = true [dependencies.rust_decimal] version = "1.33.1" [dependencies.serde] version = "1" optional = true [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [features] postgres = ["dep:postgres-types"] serde = ["dep:serde"]