mirror of
https://github.com/CDrummond/bliss-analyser.git
synced 2025-04-12 15:07:14 +03:00
30 lines
683 B
TOML
30 lines
683 B
TOML
cargo-features = ["edition2021"]
|
|
|
|
[package]
|
|
name = "bliss-analyser"
|
|
version = "0.2.1"
|
|
authors = ["Craig Drummond <craig.p.drummond@gmail.com>"]
|
|
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 = "0.5.0"
|
|
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 = "0.6.3"
|
|
dirs = "1"
|
|
chrono = "0.4.19"
|
|
regex = "1"
|
|
substring = "1.4.5"
|
|
ureq = "2.4.0"
|
|
configparser = "3.0.0"
|
|
if_chain = "1.0.2"
|