Files
urigen-rs/Cargo.toml

15 lines
306 B
TOML

[package]
name = "urigen"
version = "0.3.0"
edition = "2024"
description = "a simple library for generating URIs from a builder."
license = "MIT"
[features]
default = ["std"]
std = ["indexmap/std"]
[dependencies]
indexmap = { version = "2.12.0", default-features = false }
ahash = { version = "0.8.12" }