2021-11-29 23:22:45 +00:00
|
|
|
[package]
|
|
|
|
name = "collections"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-01-18 20:28:02 +00:00
|
|
|
publish = false
|
2024-01-23 15:56:22 +00:00
|
|
|
license = "Apache-2.0"
|
2024-01-23 16:40:30 +00:00
|
|
|
|
2024-03-05 17:01:17 +00:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2021-11-30 19:46:39 +00:00
|
|
|
[lib]
|
|
|
|
path = "src/collections.rs"
|
2022-03-04 00:15:56 +00:00
|
|
|
doctest = false
|
2021-11-30 19:46:39 +00:00
|
|
|
|
2021-11-29 23:22:45 +00:00
|
|
|
[features]
|
2023-12-12 12:35:22 +00:00
|
|
|
test-support = []
|
2021-11-29 23:22:45 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2025-01-04 01:00:16 +00:00
|
|
|
indexmap.workspace = true
|
|
|
|
rustc-hash.workspace = true
|