You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
458 B
17 lines
458 B
4 weeks ago
|
[package]
|
||
|
summary = "Thread-safe object pool with automatic return and attach/detach semantics"
|
||
|
|
||
|
[requires]
|
||
|
build = [
|
||
|
"tomcli",
|
||
|
]
|
||
|
|
||
|
[scripts.prep]
|
||
|
post = [
|
||
|
"# Drop benchmark-only dev dependencies.",
|
||
|
"tomcli set Cargo.toml del dev-dependencies.criterion",
|
||
|
"tomcli set Cargo.toml del dev-dependencies.criterion-plot",
|
||
|
"tomcli set Cargo.toml del dev-dependencies.object-pool",
|
||
|
"tomcli set Cargo.toml del dev-dependencies.sharded-slab",
|
||
|
]
|