# 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" rust-version = "1.76" name = "microformats-types" version = "0.11.0" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A representation of the known objects of Microformats" homepage = "https://microformats.io" documentation = "https://docs.rs/microformats-types" readme = "README.md" license = "LGPL-3.0" repository = "https://gitlab.com/maxburon/microformats-parser" [lib] name = "microformats_types" path = "src/lib.rs" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.10" features = ["perf"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = [ "macros", "serde-human-readable", ] [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-unwrap] version = "1.0" optional = true [dependencies.url] version = "2.0" features = ["serde"] [dev-dependencies.similar-asserts] version = "1.5" features = ["serde"] [lints.rust] rust-2018-idioms = "warn" unsafe_code = "forbid"