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

[lib]
path = "lib.rs"

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

[dependencies.indexmap]
version = "2.2.6"