# 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 = "ocd_datalake_rs" version = "0.2.1" authors = ["Orange Cyberdefense CERT"] exclude = [".github/*"] description = "Library wrapper around Orange Cyberdefense's Datalake API" readme = "README.md" license = "MIT" repository = "https://github.com/cert-orangecyberdefense/ocd-datalake-rs" [dependencies.config] version = "0.13.1" [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.48" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.mockito] version = "0.31.0" [dev-dependencies.rstest] version = "0.15.0"