Files
turso/extensions/ipaddr/Cargo.toml
2025-06-29 12:14:08 +03:00

22 lines
488 B
TOML

[package]
name = "limbo_ipaddr"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Limbo IPAddr extension"
[lib]
crate-type = ["cdylib", "lib"]
[features]
static= [ "turso_ext/static" ]
[dependencies]
turso_ext = { workspace = true, features = ["static"] }
ipnetwork = "0.21.1"
[target.'cfg(not(target_family = "wasm"))'.dependencies]
mimalloc = { version = "0.1", default-features = false }