| [package] | |
| name = "handle_map" | |
| version.workspace = true | |
| edition.workspace = true | |
| publish.workspace = true | |
| license.workspace = true | |
| [lints] | |
| workspace = true | |
| [dependencies] | |
| lazy_static.workspace = true | |
| lock_adapter.workspace = true | |
| [dev-dependencies] | |
| criterion.workspace = true | |
| [[bench]] | |
| name = "benches" | |
| harness = false |