container-device-interface 0.1.2

CDI (Container Device Interface), is a specification, for container-runtimes, to support third-party devices.
Documentation
[[bin]]
name = "cdi"
path = "src/bin/cdi.rs"

[[bin]]
name = "validate"
path = "src/bin/validate.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.5.4"

[dependencies.const_format]
version = "0.2.32"

[dependencies.jsonschema]
version = "0.33.0"

[dependencies.lazy_static]
version = "1.2"

[dependencies.libc]
version = "0.2.112"

[dependencies.nix]
version = "0.24.2"

[dependencies.notify]
version = "8.0.0"

[dependencies.oci-spec]
features = ["runtime"]
version = "0.8.1"

[dependencies.once_cell]
version = "1.8.0"

[dependencies.path-clean]
version = "1.0.1"

[dependencies.regex]
version = "1.5.4"

[dependencies.semver]
version = "1.0.22"

[dependencies.serde]
version = "1.0.131"

[dependencies.serde_derive]
version = "1.0.131"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9.33"

[dev-dependencies.pretty_assertions]
version = "1.0.0"

[dev-dependencies.tempfile]
version = "3.1.0"

[lib]
crate-type = ["cdylib", "rlib"]
name = "container_device_interface"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "CDI (Container Device Interface), is a specification, for container-runtimes, to support third-party devices."
edition = "2021"
homepage = "https://github.com/cncf-tags/container-device-interface"
keywords = ["container"]
license = "Apache-2.0"
name = "container-device-interface"
readme = "README.md"
repository = "https://github.com/cncf-tags/container-device-interface-rs"
version = "0.1.2"