# 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 = "2018" name = "microformats_parser" version = "0.2.0" authors = ["Jacky Alcine", "La Bécasse"] build = "src/build.rs" description = "A microformats parser" homepage = "https://rust.microformats.io/" readme = "README.md" keywords = ["microformats", "indieweb"] categories = ["parser-implementations", "web-programming"] license = "AGPL-3.0" repository = "https://gitlab.com/maxburon/microformats-parser" [profile.dev] opt-level = 0 debug = true panic = "unwind" incremental = true [profile.release] opt-level = 3 debug = false panic = "abort" [lib] name = "microformats_parser" path = "src/lib.rs" [[bin]] name = "microformats2" path = "src/bin.rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.html5ever] version = "0.22.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.serde_json] version = "1.0.48" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.0" features = ["serde"] [dev-dependencies.assert-json-diff] version = "2.0.1" [dev-dependencies.env_logger] version = "0.9"