slugmin 1.0.0

Slug version which allows to use spaces and big letters.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "deunicode"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2c9736e15e7df1638a7f6eee92a6511615c738246a052af5ba86f039b65aede"

[[package]]
name = "slugmin"
version = "1.0.0"
dependencies = [
 "deunicode",
]