# 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 = "undr" version = "0.2.0" authors = [ "International Centre for Neuromorphic Systems", "Alexandre Marcireau", ] description = "The UNDR protocol implemented in Rust" homepage = "https://github.com/neuromorphicsystems/undr/" readme = "README.md" keywords = ["UNDR"] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/neuromorphicsystems/undr/" resolver = "1" [dependencies.brotli] version = "3.3" [dependencies.digest] version = "0.10.6" [dependencies.futures] version = "0.3.25" [dependencies.generic-array] version = "0.14.6" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.7" [dependencies.reqwest] version = "0.11.13" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha3] version = "0.10.6" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.22" features = [ "macros", "rt-multi-thread", "sync", ] [dependencies.toml] version = "0.5.9" [dependencies.url] version = "2.3" features = ["serde"] [dev-dependencies.anyhow] version = "1.0"