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

14 lines
415 B
TOML
Raw Normal View History

2015-07-19 12:05:56 +00:00
[package]
name = "charsets"
version = "0.3.0"
authors = [
"Pyfisch <pyfisch@gmail.com>",
2023-03-23 06:40:37 +00:00
"Emma Tebibyte <emma@tebibyte.media>",
]
2015-08-17 16:34:06 +00:00
description = "An enum representing all charset names commonly used."
readme = "README.md"
2023-03-08 02:33:02 +00:00
documentation = "https://pyfisch.org/rust-charsets"
2015-08-17 16:34:06 +00:00
repository = "https://github.com/pyfisch/rust-charsets"
license = "MIT"
keywords = ["http", "charset", "encoding", "mime", "media-types"]