Source code

Revision control

Copy as Markdown

Other Tools

# 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 = "filter_adult"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
readme = "README.md"
license = "MPL-2.0"
[features]
build-binary = ["clap"]
[lib]
name = "filter_adult"
path = "src/lib.rs"
[[bin]]
name = "import-site-list"
path = "src/bin/import-site-list.rs"
required-features = ["build-binary"]
[dependencies]
base64 = "0.22.1"
md-5 = "0.10"
regex = "1"
thiserror = "1.0"
[dependencies.clap]
version = "4.5.36"
features = ["derive"]
optional = true
[dependencies.error-support]
path = "../support/error"
[dependencies.uniffi]
version = "0.29.0"