We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentba6596b commit3a35910Copy full SHA for 3a35910
Cargo.toml
@@ -8,7 +8,7 @@ name = "vibrato"
8
crate-type = ["cdylib"]
9
10
[dependencies]
11
-hashbrown ="0.13.1"
12
-ouroboros ="0.15.5"
13
-pyo3 = {version ="0.17.3",features = ["extension-module"] }
14
-vibrato_rust = {package ="vibrato",git ="https://github.com/daac-tools/vibrato.git",rev ="a13cdda" }
+hashbrown ="0.13.1"# MIT or Apache-2.0
+ouroboros ="0.15.5"# MIT or Apache-2.0
+pyo3 = {version ="0.17.3",features = ["extension-module"] }# Apache-2.0
+vibrato_rust = {version ="0.3.2",default-features =false }# MIT or Apache-2.0