# 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 = "nvme-amz" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to probe NVMe devices in Amazon EC2" readme = "README.md" keywords = [ "aws", "ec2", "linux", "nvme", "system", ] license = "MIT" repository = "https://github.com/cloudboss/nvme-amz" [lib] name = "nvme_amz" path = "src/lib.rs" [dependencies.nix] version = "0.29.0" features = ["ioctl"] optional = true [dependencies.rustix] version = "0.38.35" optional = true [features] ioctl-nix = ["dep:nix"] ioctl-rustix = ["dep:rustix"]