# 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 = "sec_edgar" version = "1.0.5" exclude = [ ".cargo/", ".vscode/", ".ignore/", "TODO.md", ] description = "This crate provides tools to query the SEC's EDGAR API." homepage = "https://github.com/tieje/rs_sec_edgar" documentation = "https://docs.rs/sec_edgar/latest/sec_edgar/index.html" readme = "README.md" license = "MIT" repository = "https://github.com/tieje/rs_sec_edgar" [dependencies.atom_syndication] version = "0.11" features = ["with-serde"] [dependencies.regex] version = "1.8.4" [dependencies.reqwest] version = "0.11.18" features = [ "gzip", "deflate", "json", ] [dependencies.serde] version = "1.0.164" [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.thiserror] version = "1.0.43" [dependencies.tokio] version = "1.28.2" features = [ "net", "macros", "rt-multi-thread", ] default-features = false [dependencies.url] version = "2.4.0"