# 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 = "hesp-manifest" version = "2.0.3-alpha.1" authors = ["THEO Technologies "] description = "Rust library for serialization and deserialization the HESP manifest" homepage = "https://github.com/THEOplayer/hesp-manifest-rs" readme = "README.md" license = "MIT" repository = "https://github.com/THEOplayer/hesp-manifest-rs" [dependencies.chrono] version = "0.4" [dependencies.gcd] version = "2.3" [dependencies.itertools] version = "0.12" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_path_to_error] version = "0.1" [dependencies.serde_with] version = "3.6" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.5" features = ["serde"] [dependencies.uuid] version = "1.7" features = [ "serde", "v4", ] [dev-dependencies.anyhow] version = "1.0" [lints.clippy] fallible_impl_from = "allow" missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" nursery = "warn" pedantic = "warn"