Page MenuHomeDevCentral

Cargo.toml
No OneTemporary

Cargo.toml

[package]
name = "language-subtag-registry-datasource"
version = "0.1.0"
edition = "2021"
description = "Downloads and transforms IANA language subtag registry"
authors = [
"Sébastien Santoro <dereckson@espace-win.org>"
]
license = "BSD-2-Clause"
[dependencies]
lazy_static = "1.4.0"
regex = "1.8.1"
[dependencies.clap]
version = "4.3.0"
features = ["derive"]
[dependencies.reqwest]
version = "~0.11.18"
features = ["gzip", "deflate"]
[dependencies.tokio]
version = "1.28.1"
features = ["full"]

File Metadata

Mime Type
text/plain
Expires
Thu, Dec 26, 03:05 (19 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2314398
Default Alt Text
Cargo.toml (504 B)

Event Timeline