[package] name = "baselinker" version = "0.2.2" edition = "2021" description = "BaseLinker.com API client" license = "MIT OR Apache-2.0" repository = "https://github.com/bugproof/baselinker-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["float_roundtrip"] } chrono = { version = "0.4", features = ["serde"] } reqwest = "0.11.11" thiserror = "1.0" tower = { version = "0.4", features = ["limit"] } rust_decimal = { version = "1.25", features = ["serde-float"] } [dev-dependencies] tokio = { version = "1.8.1", features = ["rt-multi-thread", "macros"] } rust_decimal_macros = "1.25"