[package] name = "as-symbols" description = "A library for managing the list of financial symbols and related information" version = "0.5.0" edition = "2021" authors = ["Alen Šiljak "] license = 'GPL-3.0-or-later' repository = 'https://github.com/alensiljak/as-symbols' categories = ['finance'] keywords = ["library", "finance", "symbols"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.70" csv = "1.2.1" env_logger = "0.10.0" log = "0.4.17" serde = { version = "1.0.160", features = ["derive"] } [dev-dependencies] test-log = "0.2.11"