File: Cargo.toml.orig

package info (click to toggle)
rust-language-tags 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 612 kB
  • sloc: python: 232; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 605 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "language-tags"
version = "0.3.2"
authors = [
    "Pyfisch <pyfisch@gmail.com>",
    "Tpt <thomas@pellissier-tanon.fr>"
]
edition = "2018"

description = "Language tags for Rust"
license = "MIT/Apache-2.0"
repository = "https://github.com/pyfisch/rust-language-tags"
keywords = ["language", "i18n", "http", "html"]
categories = ["parser-implementations"]

[badges]
travis-ci = { repository = "pyfisch/rust-language-tags" }

[dependencies]
serde = { version = "1.0", optional = true }

[dev-dependencies]
bencher = "0.1"
serde_json = "1.0"

[[bench]]
name = "language_tag"
harness = false