1 Star 20 Fork 3

jelipo / ocipack-rs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 966 Bytes
一键复制 编辑 原始数据 按行查看 历史
jelipo 提交于 2024-04-10 22:16 . update version (#47)
[package]
name = "ocipack"
version = "0.6.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true
[dependencies]
chrono = "0.4"
reqwest = { version = "0.12", features = ["gzip", "blocking", "json", "deflate", "socks", "rustls-tls"], default-features = false }
anyhow = { version = "1.0", features = ["backtrace"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
log = "0.4"
env_logger = "0.11.3"
bytes = "1.6"
sha2 = "0.10"
hex-literal = "0.4"
hex = "0.4"
regex = "1.10"
tar = "0.4"
flate2 = "1.0"
rand = "0.8"
url = "2.5"
home = "0.5"
base64 = "0.22"
clap = { version = "4.5", features = ["derive"] }
dockerfile-parser = "0.9.0-alpha.1"
derive_builder = "0.20"
zstd = "0.13"
fantasy-util = "0.1.8"
ubyte = "0.10"
colored = "2"
tempfile = "3"
Rust
1
https://gitee.com/jelipo/ocipack-rs.git
git@gitee.com:jelipo/ocipack-rs.git
jelipo
ocipack-rs
ocipack-rs
master

搜索帮助