# 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 = "ioddengine" version = "0.1.3" authors = ["uneidel "] description = "IODD 1.1 Engine" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/uneidel/ioddengine" [[bench]] name = "commonbenchmark" harness = false [dependencies.anyhow] version = "1.0.81" [dependencies.bitvec] version = "1.0.1" [dependencies.crc32fast] version = "1.4.0" [dependencies.flate2] version = "1.0" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.20" [dependencies.microkv] version = "0.2.9" [dependencies.quick-xml] version = "0.31.0" [dependencies.regex] version = "1.10.3" [dependencies.reqwest] version = "0.11.23" features = ["blocking"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.yaserde] version = "0.9.1" features = ["yaserde_derive"] [dependencies.zip] version = "0.6.6" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]