[package] name = "exchange-rate" version = "0.1.3" authors = ["Dalibor Matura "] edition = "2018" description = "The best Exchange Rate search for a given set of Exchanges, Currencies, Exchange Rates and Exchange Rate Requests." homepage = "https://github.com/dalibor-matura/exchange-rate" license = "GPL-3.0" readme = "README.md" documentation = "https://docs.rs/exchange-rate" repository = "https://github.com/dalibor-matura/exchange-rate" keywords = ["exchange", "rate", "path", "currency"] [badges] travis-ci = { repository = "dalibor-matura/exchange-rate", branch = "master" } codecov = { repository = "dalibor-matura/exchange-rate", branch = "master", service = "github" } [dependencies] chrono = "0.4" floyd-warshall-alg = "0.1.2" indexmap = "1.0.2" num-traits = "0.2" safe-graph = "0.1.4"