[package] name = "finance_ibex" version = "0.1.0-beta" edition = "2021" authors = ["Felipe Torres González "] description = "A Finance library implementation for Ibex indexes and companies." readme = "README.md" repository = "https://github.com/felipet/finance_ibex" license = "MIT" license-file = "LICENSE" keywords = ["finance"] [dependencies] finance_api = "0.1.0" log = "0.4.21" pretty_assertions = "1.4.0" rstest = "0.18.2" toml = "0.8.11"