[package]
edition = "2021"
name = "telestes"
version = "0.1.1"
authors = ["The Enarx Project Developers"]
exclude = [
".gitignore",
".github/*",
]
description = "Typed Media (MIME) Types"
homepage = "https://github.com/enarx/telestes"
readme = "README.md"
keywords = [
"mime",
"media-types",
"media-type",
"media-extensions",
]
categories = [
"parser-implementations",
"network-programming",
"web-programming",
"email",
"no-std",
]
license = "Apache-2.0"
repository = "https://github.com/enarx/telestes"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[dependencies.serde]
version = "1.0.137"
optional = true
default-features = false
[dev-dependencies.rstest]
version = "0.12.0"
[features]
alloc = ["serde/alloc"]
db = []
[badges.github]
repository = "enarx/telestes"
workflow = "test"
[badges.is-it-maintained-issue-resolution]
repository = "enarx/telestes"
[badges.is-it-maintained-open-issues]
repository = "enarx/telestes"
[badges.maintenance]
status = "actively-developed"