This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
rust-charsets/Cargo.toml

11 lines
399 B
TOML
Raw Normal View History

2015-07-19 12:05:56 +00:00
[package]
name = "charsets"
2016-09-01 10:01:33 +00:00
version = "0.2.0"
2015-07-19 12:05:56 +00:00
authors = ["Pyfisch <pyfisch@gmail.com>"]
2015-08-17 16:34:06 +00:00
description = "An enum representing all charset names commonly used."
readme = "README.md"
documentation = "http://pyfisch.github.io/rust-charsets/rust-charsets/index.html"
repository = "https://github.com/pyfisch/rust-charsets"
license = "MIT"
keywords = ["http", "charset", "encoding", "mime", "media-types"]