2021-11-24 06:59:44 +01:00
|
|
|
[package]
|
|
|
|
name = "liboci-cli"
|
2022-04-03 08:03:44 +02:00
|
|
|
version = "0.0.3"
|
2021-11-24 06:59:44 +01:00
|
|
|
description = "Parse command line arguments for OCI container runtimes"
|
2022-02-23 09:32:16 +01:00
|
|
|
license-file = "../../LICENSE"
|
|
|
|
documentation = "https://docs.rs/liboci-cli"
|
|
|
|
repository = "https://github.com/containers/youki"
|
|
|
|
homepage = "https://containers.github.io/youki"
|
2021-11-26 04:30:11 +01:00
|
|
|
readme = "README.md"
|
2022-02-23 09:32:16 +01:00
|
|
|
authors = ["youki team"]
|
|
|
|
edition = "2021"
|
|
|
|
keywords = ["youki", "container", "oci"]
|
2021-11-24 06:59:44 +01:00
|
|
|
|
|
|
|
[dependencies.clap]
|
2022-04-04 03:22:06 +02:00
|
|
|
version = "3.1.8"
|
2021-11-24 06:59:44 +01:00
|
|
|
default-features = false
|
|
|
|
features = ["std", "suggestions", "derive", "cargo"]
|