# 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 = "assemblyline-client" version = "0.1.11" description = "A client for the Assemblyline malware analysis platform." homepage = "https://www.cyber.gc.ca/en/tools-services/assemblyline" license = "MIT" repository = "https://github.com/cybercentreCanada/assemblyline-rust" [dependencies.assemblyline-models] version = "0.1" [dependencies.async-recursion] version = "1" [dependencies.base64] version = "0.21" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "json", "cookies", "multipart", "stream", "gzip", "brotli", "deflate", "rustls-tls-native-roots", ] [dependencies.rustls] version = "0.21.7" features = ["dangerous_configuration"] [dependencies.rustls-pemfile] version = "1.0" [dependencies.serde] version = "1.0" features = [ "derive", "std", ] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.3" [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7" [dependencies.url] version = "2" [dev-dependencies.assemblyline-markings] version = "0.1" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.rand] version = "0.8"