# 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 = "pldm-fw" version = "0.1.0" description = "Platform Level Data Model (PLDM) for Firmware Update library and utilities" readme = "README.md" categories = [ "network-programming", "embedded", "hardware-support", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/CodeConstruct/mctp-rs" [dependencies.anyhow] version = "1.0.80" [dependencies.argh] version = "0.1.12" [dependencies.chrono] version = "0.4" [dependencies.crc] version = "3.0" [dependencies.enumset] version = "1.1" [dependencies.env_logger] version = "0.11.3" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.mctp] version = "0.1.0" [dependencies.mctp-linux] version = "0.1.0" [dependencies.nom] version = "7.1" [dependencies.pldm] version = "0.1.0" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.3" features = ["v1"]