Crates.io | mime2 |
lib.rs | mime2 |
version | |
source | src |
created_at | 2024-10-09 01:39:38.058786 |
updated_at | 2024-11-22 18:25:59.301388 |
description | MIME types that are up to date. |
homepage | |
repository | https://github.com/JonathanWoollett-Light/mime2 |
max_upload_size | |
id | 1401874 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
MIME types that are more up to date than mime.
Update all the CSVs from https://www.iana.org/assignments/media-types/media-types.xhtml.
application.csv
: https://www.iana.org/assignments/media-types/application.csvfont.csv
: https://www.iana.org/assignments/media-types/font.csvhaptics.csv
: https://www.iana.org/assignments/media-types/haptics.csvimage.csv
: https://www.iana.org/assignments/media-types/image.csvmessage.csv
: https://www.iana.org/assignments/media-types/message.csvmodel.csv
: https://www.iana.org/assignments/media-types/model.csvmultipart.csv
: https://www.iana.org/assignments/media-types/multipart.csvtext.csv
: https://www.iana.org/assignments/media-types/text.csvvideo.csv
: https://www.iana.org/assignments/media-types/video.csvIf you attempt to do a simple get reqwest on the url you receive:
Status 403 Forbidden: User-Agent required. Contact iana@iana.org with questions.
Attempting circumvent this are presently out of scope.