aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: c9a377db106d22f0c7f0a81e85ea4f2c1e391f1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "utf-8"
version = "0.7.6"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
description = "Incremental, zero-copy UTF-8 decoding with error handling"
license = "MIT OR Apache-2.0"
repository = "https://github.com/SimonSapin/rust-utf8"

[lib]
name = "utf8"
test = false
bench = false

[dependencies]

[profile.test]
#opt-level = 3

[profile.bench]
#debug = true