# 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 = "package-family-name" version = "2.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for calculating MSIX Package Family Name values." documentation = "https://docs.rs/package-family-name" readme = "README.md" categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/russellbanks/package-family-name" [lib] name = "package_family_name" path = "src/lib.rs" [dependencies.fast32] version = "1" default-features = false [dependencies.heapless] version = "0.8" default-features = false [dependencies.serde] version = "1" optional = true default-features = false [dependencies.sha2] version = "0.10" default-features = false [features] serde = ["dep:serde"]