Remove default feature flags
This commit is contained in:
parent
91d8e40167
commit
e29056aaa8
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -104,7 +104,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bliss-rs"
|
name = "bliss-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bliss-audio-aubio-rs",
|
"bliss-audio-aubio-rs",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bliss-rs"
|
name = "bliss-rs"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors = ["Polochon-street <polochonstreet@gmx.fr>"]
|
authors = ["Polochon-street <polochonstreet@gmx.fr>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
@ -9,6 +9,10 @@ homepage = "https://lelele.io/bliss.html"
|
||||||
repository = "https://github.com/Polochon-street/bliss-rs"
|
repository = "https://github.com/Polochon-street/bliss-rs"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
features = ["bliss-audio-aubio-rs/rustdoc"]
|
||||||
|
no-default-features = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# Building ffmpeg until either
|
# Building ffmpeg until either
|
||||||
# https://github.com/zmwangx/rust-ffmpeg/pull/60
|
# https://github.com/zmwangx/rust-ffmpeg/pull/60
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
![build](https://github.com/Polochon-street/bliss-rs/workflows/Rust/badge.svg)
|
![build](https://github.com/Polochon-street/bliss-rs/workflows/Rust/badge.svg)
|
||||||
|
![doc](https://docs.rs/bliss-rs/badge.svg)
|
||||||
|
|
||||||
# Bliss music analyser - Rust version
|
# Bliss music analyser - Rust version
|
||||||
Bliss-rs is the Rust improvement of [Bliss](https://github.com/Polochon-street/bliss). The data it
|
Bliss-rs is the Rust improvement of [Bliss](https://github.com/Polochon-street/bliss). The data it
|
||||||
|
|
Loading…
Reference in New Issue
Block a user