workspace-hack/Cargo.toml (39 lines of code) (raw):
# This file is generated by `cargo hakari`.
# To regenerate, run:
# cargo hakari generate
[package]
name = "guppy-workspace-hack"
version = "0.1.0"
description = "workspace-hack package, managed by hakari"
publish = true
readme = "README.md"
license = "CC0-1.0"
repository = "https://github.com/facebookincubator/cargo-guppy"
# The parts of the file between the BEGIN HAKARI SECTION and END HAKARI SECTION comments
# are managed by hakari.
### BEGIN HAKARI SECTION
[dependencies]
bstr = { version = "0.2.17", features = ["lazy_static", "regex-automata", "serde", "serde1", "serde1-nostd", "std", "unicode"] }
clap = { version = "2.34.0", features = ["ansi_term", "atty", "color", "strsim", "suggestions", "vec_map"] }
indexmap = { version = "1.8.0", default-features = false, features = ["std"] }
libc = { version = "0.2.120", features = ["std"] }
log = { version = "0.4.14", default-features = false, features = ["std"] }
memchr = { version = "2.4.1", features = ["std", "use_std"] }
num-traits = { version = "0.2.14", features = ["std"] }
owo-colors = { version = "3.2.0", default-features = false, features = ["supports-color", "supports-colors"] }
petgraph = { version = "0.6.0", default-features = false, features = ["graphmap"] }
regex = { version = "1.5.5", default-features = false, features = ["aho-corasick", "memchr", "perf", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "std"] }
regex-syntax = { version = "0.6.25", features = ["unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] }
semver = { version = "1.0.6", features = ["serde", "std"] }
serde = { version = "1.0.136", features = ["derive", "serde_derive", "std"] }
serde_json = { version = "1.0.79", features = ["std", "unbounded_depth"] }
toml = { version = "0.5.8", features = ["indexmap", "preserve_order"] }
[build-dependencies]
proc-macro2 = { version = "1.0.36", features = ["proc-macro"] }
quote = { version = "1.0.15", features = ["proc-macro"] }
semver = { version = "1.0.6", features = ["serde", "std"] }
serde = { version = "1.0.136", features = ["derive", "serde_derive", "std"] }
syn = { version = "1.0.87", features = ["clone-impls", "derive", "full", "parsing", "printing", "proc-macro", "quote"] }
[target.x86_64-pc-windows-msvc.dependencies]
winapi = { version = "0.3.9", default-features = false, features = ["consoleapi", "errhandlingapi", "fileapi", "handleapi", "minwinbase", "minwindef", "namedpipeapi", "processenv", "processthreadsapi", "std", "synchapi", "winbase", "wincon", "winerror", "winnt", "winuser"] }
### END HAKARI SECTION