[dependencies.unicode-normalization]
version = "0.1"
[dependencies.unicode-segmentation]
version = "1.10"
[dev-dependencies.serde_json]
version = "1.0"
[lib]
crate-type = ["cdylib", "rlib"]
name = "slugify_core"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fast, Unicode-aware slug generation library with multi-language bindings"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "slugify-core"
readme = "README.md"
repository = "https://github.com/rust-core-libs/slugify-core"
version = "0.1.0"