[package] name = "fuzzysearch" version = "0.1.0" authors = ["Syfaro "] edition = "2018" [dependencies] log = "0.4.8" pretty_env_logger = "0.3.1" tokio = { version = "0.2.9", features = ["full"] } chrono = "0.4.10" futures = "0.3.1" futures-util = "0.3.1" bytes = "0.5.3" serde = { version = "1.0.104", features = ["derive"] } warp = "0.2.0" tokio-postgres = "0.5.1" bb8 = "0.4.0" bb8-postgres = "0.4.0" img_hash = "3.0.0" image = "0.22" hamming = "0.1.3"