# 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 = "as-symbols" version = "0.5.0" authors = ["Alen Šiljak "] description = "A library for managing the list of financial symbols and related information" readme = "README.md" keywords = [ "library", "finance", "symbols", ] categories = ["finance"] license = "GPL-3.0-or-later" repository = "https://github.com/alensiljak/as-symbols" [dependencies.anyhow] version = "1.0.70" [dependencies.csv] version = "1.2.1" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.160" features = ["derive"] [dev-dependencies.test-log] version = "0.2.11"