summaryrefslogtreecommitdiffstats
path: root/third_party/rust/cubeb-sys/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/cubeb-sys/Cargo.toml')
-rw-r--r--third_party/rust/cubeb-sys/Cargo.toml31
1 files changed, 31 insertions, 0 deletions
diff --git a/third_party/rust/cubeb-sys/Cargo.toml b/third_party/rust/cubeb-sys/Cargo.toml
new file mode 100644
index 0000000000..d06d820146
--- /dev/null
+++ b/third_party/rust/cubeb-sys/Cargo.toml
@@ -0,0 +1,31 @@
+# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
+#
+# When uploading crates to the registry Cargo will automatically
+# "normalize" Cargo.toml files for maximal compatibility
+# with all versions of Cargo and also rewrite `path` dependencies
+# to registry (e.g., crates.io) dependencies
+#
+# If you believe there's an error in this file please file an
+# issue against the rust-lang/cargo repository. If you're
+# editing this file be aware that the upstream Cargo.toml
+# will likely look very different (and much more reasonable)
+
+[package]
+name = "cubeb-sys"
+version = "0.8.0"
+authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
+build = "build.rs"
+links = "cubeb"
+description = "Native bindings to the cubeb library"
+license = "ISC"
+repository = "https://github.com/djg/cubeb-rs"
+[build-dependencies.cmake]
+version = "0.1.2"
+
+[build-dependencies.pkg-config]
+version = "0.3"
+
+[features]
+gecko-in-tree = []
+[badges.circle-ci]
+repository = "djg/cubeb-rs"