File: Cargo.toml.orig

package info (click to toggle)
rust-utf8-decode 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 116 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "utf8-decode"
version = "1.0.1"
authors = ["Timothée Haudebourg <author@haudebourg.net>"]
edition = "2018"
categories = ["parsing"]
keywords = ["utf8", "decode", "iterator"]
description = "UTF-8 incremental decoding iterators."
repository = "https://github.com/timothee-haudebourg/utf8-decode"
documentation = "https://docs.rs/utf8-decode"
license = "MIT/Apache-2.0"

[dependencies]