# 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 = "pnmixer-rs" version = "0.1.2" authors = ["Julian Ospald "] description = "Volume mixer for the system tray" homepage = "https://github.com/hasufell/pnmixer-rust" documentation = "https://hasufell.github.io/pnmixer-rust/pnmixerlib/" readme = "README.md" keywords = ["alsa", "gtk", "mixer"] categories = ["multimedia::audio"] license = "GPL-3.0" repository = "https://github.com/hasufell/pnmixer-rust" [profile.dev] opt-level = 0 lto = false codegen-units = 1 debug = true debug-assertions = false rpath = false panic = "unwind" [lib] name = "pnmixerlib" path = "src/lib.rs" doc = true [[bin]] name = "pnmixer-rs" path = "src/bin.rs" doc = false [dependencies.error-chain] version = "^0.10.0" [dependencies.libc] version = "^0.2.30" [dependencies.glib-sys] version = "^0.4.0" [dependencies.gobject-sys] version = "^0.4.0" [dependencies.toml] version = "^0.4.5" [dependencies.alsa-sys] version = "^0.1.1" [dependencies.serde_derive] version = "^1.0.11" [dependencies.glib] version = "^0.3.1" [dependencies.ffi] version = "^0.0.2" [dependencies.serde] version = "^1.0.11" [dependencies.xdg] version = "^2.1.0" [dependencies.gtk] version = "^0.2.0" features = ["v3_10", "v3_12", "v3_22"] [dependencies.which] version = "^1.0.2" [dependencies.w_result] version = "^0.1.2" [dependencies.lazy_static] version = "^0.2.8" [dependencies.libnotify] version = "^1.0.2" optional = true [dependencies.gio] version = "^0.2.0" [dependencies.flexi_logger] version = "^0.6.8" [dependencies.png] version = "^0.9.0" [dependencies.gdk-pixbuf] version = "^0.2.0" [dependencies.x11] version = "^2.15.0" features = ["xlib", "xtst"] [dependencies.alsa] version = "^0.1.10" [dependencies.gdk-sys] version = "^0.4.0" [dependencies.gtk-sys] version = "^0.4.0" [dependencies.gdk-pixbuf-sys] version = "^0.4.0" [dependencies.log] version = "^0.3.8" [dependencies.gdk] version = "^0.6.0" features = ["v3_10", "v3_12", "v3_22"] [features] notify = ["libnotify"]