zargo 0.1.1

The sysroot manager that lets you build and customize `std`
Documentation
[[bin]]
name = "zargo"
path = "src/bin/zargo.rs"

[[bin]]
name = "zargo-check"
path = "src/bin/zargo-check.rs"

[dependencies.dirs]
version = "4.0"

[dependencies.error-chain]
default-features = false
features = ["backtrace"]
version = "0.12"

[dependencies.fs2]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.rustc_version]
version = "0.4"

[dependencies.serde_json]
version = "1"

[dependencies.tempdir]
version = "0.3"

[dependencies.toml]
version = "0.5"

[dependencies.walkdir]
version = "2.3"

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

[dev-dependencies.parking_lot]
version = "0.12"

[features]
backtrace = ["error-chain/backtrace"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities", "development-tools", "embedded"]
default-run = "zargo"
description = "The sysroot manager that lets you build and customize `std`"
documentation = "https://github.com/fereidani/zargo#zargo"
edition = "2021"
keywords = ["cli", "cross", "compilation", "std"]
license = "MIT OR Apache-2.0"
name = "zargo"
readme = "README.md"
repository = "https://github.com/fereidani/zargo"
version = "0.1.1"

[[test]]
name = "smoke"
path = "tests/smoke.rs"