rs-string2name 0.1.0

Converts the strings to the ones like file names
Documentation
[package]
name = "rs-string2name"
version = "0.1.0"
edition = "2024"

description = "Converts the strings to the ones like file names"
license = "Apache-2.0"
repository = "https://github.com/takanoriyanagitani/rs-string2name"
homepage = "https://github.com/takanoriyanagitani/rs-string2name"
documentation = "https://docs.rs/rs-string2name/latest"
keywords = ["slug", "name", "string", "wasi", "file"]

exclude = [
  "rs-string2name.wasm",
  "opt.wasm",
]

[lints.rust]
unsafe_code = "forbid"

[lints.clippy]
unwrap_used = "forbid"
expect_used = "forbid"
panic = "forbid"

[profile.release-wasi]
inherits = "release"
lto = true
strip = true
opt-level = 's'
codegen-units = 1

[dependencies.slug]
version = "0.1"
default-features = false
features = [
]