21 lines
377 B
TOML
21 lines
377 B
TOML
[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
|