# 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" rust-version = "1.65" name = "image4" version = "0.7.0" authors = ["turbocooler "] description = "A no_std-friendly library for parsing and generation of Image4 images written in pure Rust." documentation = "https://docs.rs/image4" readme = "README.md" keywords = [ "img4", "im4m", "im4p", "im4r", "iboot", ] categories = [ "encoding", "no-std::no-alloc", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/turbocooler/image4-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.der] version = "0.7" features = ["derive"] [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.serde_bytes] version = "0.11" optional = true [dependencies.signature] version = "2.1" optional = true [dependencies.x509-cert] version = "0.2" optional = true default-features = false [dev-dependencies.der] version = "0.7" features = [ "derive", "alloc", ] [dev-dependencies.hex] version = "0.4" [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.rsa] version = "0.9" features = ["sha2"] [dev-dependencies.serde_json] version = "1.0" [features] alloc = [ "der/alloc", "serde?/alloc", ] default = [ "alloc", "std", "image", "payload", "manifest", "restore_info", "property", ] image = [ "payload", "manifest", "restore_info", ] manifest = ["property"] payload = ["property"] property = [] restore_info = [] serde = [ "dep:serde", "serde_bytes", ] signature = [ "manifest", "alloc", "dep:signature", ] std = [ "der/std", "signature?/std", "serde?/std", "alloc", ]