# 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 = "hrdf-parser" version = "0.1.2" authors = ["Florian Burgener"] description = "This library is dedicated to the parsing of the HRDF format. For the moment, it can only parse the Swiss version of the HRDF format." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/florianburgener/hrdf-parser" [profile.dev] opt-level = 3 [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.12.5" [dependencies.rustc-hash] version = "2.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.3" [dependencies.url] version = "2.5.2" [dependencies.zip] version = "2.1.3"