[package] name = "bliss-analyser" version = "0.1.0" authors = ["Craig Drummond "] edition = "2018" license = "GPL-3.0-only" description = "Analyse audio files with bliss-rs" repository = "https://github.com/CDrummond/bliss-analyser" keywords = ["audio", "song", "similarity"] readme = "README.md" [dependencies] bliss-audio = { git = "https://github.com/Polochon-street/bliss-rs", rev = "5f366b0" } argparse = "0.2.2" anyhow = "1.0.40" rusqlite = { version = "0.25.0", features = ["bundled"] } log = "0.4.14" env_logger = "0.8.4" indicatif = "0.16.2" lofty = { git = "https://github.com/Serial-ATA/lofty-rs", rev = "45182b6" } dirs = "1" chrono = "0.4.19" regex = "1" substring = "1.4.5" ureq = "2.4.0" configparser = "3.0.0" rcue = { git = "https://github.com/gyng/rcue" } hhmmss = "0.1.0" num_cpus = "1.13.0" tempdir = "0.3.7" subprocess = "0.2.8" if_chain = "1.0.2"