# 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" name = "cewt" version = "0.2.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Custom Elements With Templates" homepage = "https://github.com/ARitz-Cracker/snowball-evolved" documentation = "https://github.com/ARitz-Cracker/snowball-evolved" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/ARitz-Cracker/snowball-evolved" [lib] name = "cewt" path = "src/lib.rs" [[bin]] name = "cewt" path = "src/main.rs" [dependencies.borsh] version = "1.5.1" [dependencies.bpaf] version = "0.9" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.convert_case] version = "0.6" [dependencies.ego-tree] version = "0.6.2" [dependencies.env_logger] version = "0.11.5" [dependencies.html5ever] version = "0.27" [dependencies.lazy-regex] version = "3.2" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.scraper] version = "0.20" features = ["deterministic"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0"