add support for no std environments
This commit is contained in:
@@ -3,5 +3,10 @@ name = "urigen"
|
||||
version = "0.3.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = ["indexmap/std"]
|
||||
|
||||
[dependencies]
|
||||
indexmap = "2.6.0"
|
||||
indexmap = { version = "2.12.0", default-features = false }
|
||||
ahash = { version = "0.8.12" }
|
||||
|
||||
Reference in New Issue
Block a user