summaryrefslogtreecommitdiffstats
path: root/build/liblowercase/Cargo.toml
blob: 2f26edd718e1dad69326155fea6310726fb35be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "lowercase"
version = "0.1.0"
authors = ["Mike Hommey <mhommey@glandium.org>"]
edition = "2018"
license = "MPL-2.0"

[lib]
crate-type = ["cdylib"]
path = "lib.rs"

[dependencies]
libc = "0.2"
once_cell = "1"
paste = "0.1"
path-dedot = "1"

[dev-dependencies]
tempfile = "3"

[profile.release]
lto = true