liboci-cli 0.6.0

Parse command line arguments for OCI container runtimes
Documentation
# 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 = "2024"
name = "liboci-cli"
version = "0.6.0"
authors = ["youki team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse command line arguments for OCI container runtimes"
homepage = "https://youki-dev.github.io/youki/"
readme = "README.md"
keywords = [
    "youki",
    "container",
    "oci",
]
license = "Apache-2.0"
repository = "https://github.com/youki-dev/youki"
resolver = "2"

[lib]
name = "liboci_cli"
path = "src/lib.rs"

[dependencies.clap]
version = "4.5.13"
features = [
    "std",
    "suggestions",
    "derive",
    "cargo",
    "help",
    "usage",
    "error-context",
]
default-features = false