blob: cfcbc68d725c25ab8650d7223285bd77059b54c5 [file] [log] [blame]
[workspace]
members = [
"tools/cross_installer",
"tools/urls_generator",
]
[package]
name = "cargo-bazel"
version = "0.2.1"
authors = [
"Andre Brisco - andre.brisco@protonmail.com",
]
edition = "2018"
[features]
cargo = []
default = ["cargo"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.56"
cargo_metadata = "0.14.2"
cargo_toml = "0.11.4"
cargo-lock = "7.0.1"
cargo-platform = "0.1.2"
cfg-expr = "0.10.2"
clap = { version = "3.1.6", features = ["derive", "env"] }
crates-index = { version = "0.18.7", default-features = false }
hex = "0.4.3"
normpath = "0.3"
pathdiff = "0.2.1"
regex = "1.5.5"
semver = "1.0.6"
serde = "1.0.136"
serde_json = "1.0.79"
sha2 = "0.10.2"
tempfile = "3.3.0"
tera = "1.15.0"
textwrap = "0.15.0"
toml = "0.5.8"
# TODO: The 1.0.91 release causes build issues for windows where rustc seems to
# run infinitely. This dependency should not be pinned.
# https://github.com/bazelbuild/rules_rust/issues/1253
syn = "=1.0.90"
[dev-dependencies]
maplit = "1"
spectral = "0.6.0"