Remove default feature flags

This commit is contained in:
Polochon-street 2021-05-17 17:59:20 +02:00
parent 91d8e40167
commit e29056aaa8
3 changed files with 7 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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",

View File

@ -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

View File

@ -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