# 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 = "finra-rs" version = "0.1.0" authors = ["Lukas Krejci "] description = "Provides access to finra.org REST API in a somewhat intelligent manner." homepage = "https://github.com/metlos/finra-rs" readme = "README.md" keywords = ["finance"] license = "MIT OR Apache-2.0" repository = "https://github.com/metlos/finra-rs" [dependencies.base64] version = "0.22.1" [dependencies.csv] version = "1.3.0" [dependencies.futures] version = "0.3.30" [dependencies.join-string] version = "0.3.0" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.61" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.37.0" features = ["tracing"] optional = true [dependencies.tracing] version = "0.1.40" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.time] version = "0.3.36" features = ["macros"] [dev-dependencies.tokio] version = "1.37.0" features = ["full"] [features] default = [] tokio = ["dep:tokio"]