summaryrefslogtreecommitdiffstats
path: root/build/rust/indexmap/Cargo.toml
blob: de45a4f02d5f955dfcb94d1a40306b9cb4d4fd7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "indexmap"
version = "2.999.999"
edition = "2021"
license = "MPL-2.0"

[lib]
path = "lib.rs"

[features]
default = ["std"]
serde = ["indexmap/serde-1"]
std = ["indexmap/std"]

[dependencies.indexmap]
version = "1.9.3"