[[bin]]
name = "oci2git"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.env_logger]
version = "0.10"
[dependencies.git2]
version = "0.18"
[dependencies.indicatif]
version = "0.17"
[dependencies.log]
version = "0.4"
[dependencies.oci-spec]
features = ["image"]
version = "0.8.1"
[dependencies.once_cell]
version = "1.17"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tar]
version = "0.4"
[dependencies.tempfile]
version = "3.10"
[dependencies.walkdir]
version = "2.4"
[features]
default = []
test-utils = []
[lib]
name = "oci2git"
path = "src/lib.rs"
[package]
authors = ["Dmitry Rubinstein <rubinsteindb@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A tool to convert OCI images to Git repositories"
documentation = "https://github.com/virviil/oci2git"
edition = "2021"
homepage = "https://github.com/virviil/oci2git"
keywords = ["oci", "git", "container", "docker", "image"]
license = "MIT"
name = "oci2git"
readme = "README.md"
repository = "https://github.com/virviil/oci2git"
version = "0.1.2"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[[test]]
name = "tar_engine_test"
path = "tests/tar_engine_test.rs"