36 lines
1.6 KiB
TOML
36 lines
1.6 KiB
TOML
# This file is generated by `cargo hakari`.
|
|
# To regenerate, run:
|
|
# cargo hakari generate
|
|
|
|
[package]
|
|
name = "hakari"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "workspace-hack package, managed by hakari"
|
|
# You can choose to publish this crate: see https://docs.rs/cargo-hakari/latest/cargo_hakari/publishing.
|
|
publish = false
|
|
|
|
# The parts of the file between the BEGIN HAKARI SECTION and END HAKARI SECTION comments
|
|
# are managed by hakari.
|
|
|
|
### BEGIN HAKARI SECTION
|
|
[dependencies]
|
|
aho-corasick = { version = "1" }
|
|
dylint_internal = { version = "4", default-features = false, features = ["config", "git", "packaging", "rustup", "sed"] }
|
|
log = { version = "0.4", default-features = false, features = ["std"] }
|
|
regex-automata = { version = "0.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa", "perf", "unicode"] }
|
|
regex-syntax = { version = "0.8" }
|
|
serde = { version = "1", features = ["derive"] }
|
|
smallvec = { version = "1", default-features = false, features = ["const_generics", "union"] }
|
|
|
|
[build-dependencies]
|
|
aho-corasick = { version = "1" }
|
|
dylint_internal = { version = "4", default-features = false, features = ["config", "git", "packaging", "rustup", "sed"] }
|
|
log = { version = "0.4", default-features = false, features = ["std"] }
|
|
regex-automata = { version = "0.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa", "perf", "unicode"] }
|
|
regex-syntax = { version = "0.8" }
|
|
serde = { version = "1", features = ["derive"] }
|
|
smallvec = { version = "1", default-features = false, features = ["const_generics", "union"] }
|
|
syn = { version = "2", features = ["extra-traits", "fold", "visit"] }
|
|
|
|
### END HAKARI SECTION
|