rs-string2name 0.1.0

Converts the strings to the ones like file names
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "rs-string2name"
version = "0.1.0"
build = false
exclude = [
    "rs-string2name.wasm",
    "opt.wasm",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Converts the strings to the ones like file names"
homepage = "https://github.com/takanoriyanagitani/rs-string2name"
documentation = "https://docs.rs/rs-string2name/latest"
readme = "README.md"
keywords = [
    "slug",
    "name",
    "string",
    "wasi",
    "file",
]
license = "Apache-2.0"
repository = "https://github.com/takanoriyanagitani/rs-string2name"

[lib]
name = "rs_string2name"
path = "src/lib.rs"

[[bin]]
name = "rs-string2name"
path = "src/main.rs"

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

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

[lints.rust]
unsafe_code = "forbid"

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