# 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.73" name = "graph-rdfa-processor" version = "0.1.3" authors = ["Nordine Bittich"] description = "Graph RDFa processor" documentation = "https://github.com/nbittich/graph-rdfa-processor" readme = "README.md" license = "MIT" repository = "https://github.com/nbittich/graph-rdfa-processor" [dependencies.ego-tree] version = "0.6.2" [dependencies.itertools] version = "0.12.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.10.3" [dependencies.scraper] version = "0.18.1" [dependencies.url] version = "2.5.0" [dependencies.uuid] version = "1.7.0" features = [ "v4", "v4", ] [dev-dependencies.env_logger] version = "0.11.1" [dev-dependencies.serial_test] version = "3.0.0" [dev-dependencies.test-case] version = "3.3.1" [dev-dependencies.tortank] version = "0.20.0"