mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
flake
This commit is contained in:
parent
3b424f8a89
commit
54965c8fac
6 changed files with 165 additions and 51 deletions
46
Cargo.toml
46
Cargo.toml
|
|
@ -27,35 +27,35 @@ path = "src/bin/schema.rs"
|
|||
required-features = ["schema"]
|
||||
|
||||
[dependencies]
|
||||
bitbuffer = { version = "0.10.5", features = ["serde"] }
|
||||
num_enum = "0.5"
|
||||
num-traits = "0.2"
|
||||
enumflags2 = { version = "0.7", features = ["serde"] }
|
||||
snap = "1.0"
|
||||
serde = { version = "1", features = ["derive", "rc"] }
|
||||
serde_json = "1"
|
||||
serde_repr = "0.1"
|
||||
err-derive = "0.3"
|
||||
parse-display = "0.5"
|
||||
main_error = "0.1"
|
||||
jemallocator = { version = "0.5", optional = true }
|
||||
better-panic = { version = "0.3", optional = true }
|
||||
no-panic = { version = "0.1", optional = true }
|
||||
fnv = "1"
|
||||
steamid-ng = "1"
|
||||
schemars = { version = "0.8", optional = true }
|
||||
tracing = { version = "0.1", optional = true }
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"], optional = true }
|
||||
bitbuffer = { version = "0.10.7", features = ["serde"] }
|
||||
num_enum = "0.5.7"
|
||||
num-traits = "0.2.15"
|
||||
enumflags2 = { version = "0.7.5", features = ["serde"] }
|
||||
snap = "1.0.5"
|
||||
serde = { version = "1.0.142", features = ["derive", "rc"] }
|
||||
serde_json = "1.0.83"
|
||||
serde_repr = "0.1.9"
|
||||
err-derive = "0.3.1"
|
||||
parse-display = "0.5.5"
|
||||
main_error = "0.1.2"
|
||||
jemallocator = { version = "0.5.0", optional = true }
|
||||
better-panic = { version = "0.3.0", optional = true }
|
||||
no-panic = { version = "0.1.15", optional = true }
|
||||
fnv = "1.0.7"
|
||||
steamid-ng = "1.0.0"
|
||||
schemars = { version = "0.8.10", optional = true }
|
||||
tracing = { version = "0.1.36", optional = true }
|
||||
tracing-subscriber = { version = "0.3.15", features = ["env-filter"], optional = true }
|
||||
|
||||
[features]
|
||||
schema = ["schemars", "bitbuffer/schemars"]
|
||||
trace = ["tracing", "tracing-subscriber"]
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1"
|
||||
test-case = "2.0.2"
|
||||
iai = "0.1"
|
||||
criterion = "0.3.5"
|
||||
pretty_assertions = "1.2.1"
|
||||
test-case = "2.2.1"
|
||||
iai = "0.1.1"
|
||||
criterion = "0.3.6"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue