fuzzysearch/fuzzysearch-common/Cargo.toml

23 lines
398 B
TOML
Raw Normal View History

2020-12-07 23:41:32 +00:00
[package]
name = "fuzzysearch-common"
version = "0.1.0"
authors = ["Syfaro <syfaro@huefox.com>"]
edition = "2018"
2021-02-21 06:26:29 +00:00
[features]
default = []
video = ["ffmpeg-next", "tempfile"]
2020-12-07 23:41:32 +00:00
[dependencies]
anyhow = "1"
tracing = "0.1"
serde = { version = "1", features = ["derive"] }
image = "0.23"
img_hash = "3"
2021-02-21 06:26:29 +00:00
ffmpeg-next = { version = "4", optional = true }
tempfile = { version = "3", optional = true }