telestes 0.1.1

Typed Media (MIME) Types
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"