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

[package]
name = "charsets"
version = "0.3.0"
authors = [
"Pyfisch <pyfisch@gmail.com>",
"Emma Tebibyte <emma@tebibyte.media>",
]
description = "An enum representing all charset names commonly used."
readme = "README.md"
documentation = "https://pyfisch.org/rust-charsets"
repository = "https://github.com/pyfisch/rust-charsets"
license = "MIT"
keywords = ["http", "charset", "encoding", "mime", "media-types"]