# 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 = "rman" version = "0.3.0" authors = ["ev3nvy"] description = "Parser for Riot Manifest file format." readme = "README.md" keywords = [ "rman", "riot", "rito", "manifest", "riot-manifest", ] categories = [ "data-structures", "encoding", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ev3nvy/rman-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.byteorder] version = "1.4.3" [dependencies.flatbuffers] version = "22.10.26" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.14" default_features = false [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.38" [dependencies.zstd] version = "0.12.1" [dev-dependencies.httptest] version = "0.15.4" [dev-dependencies.tokio] version = "1.25.0" features = [ "macros", "rt-multi-thread", ] default_features = false [build-dependencies.flatbuffers] version = "22.10.26" [build-dependencies.zstd] version = "0.12.1" [features] default = ["rustls-tls"] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"] serde = ["dep:serde"] version_error = []