# 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] edition = "2018" name = "dbus-launch" version = "0.2.0" authors = ["Tomasz Miąsko"] exclude = [".github/"] description = "A D-Bus daemon launcher" keywords = ["D-Bus", "dbus", "dbus-daemon", "dbus-launch"] license = "MIT" repository = "https://github.com/tmiasko/dbus-launch-rs" [[test]] name = "fds" path = "tests/fds.rs" harness = false [[test]] name = "launch_error" path = "tests/launch_error.rs" harness = false [dependencies.libc] version = "0.2" [dependencies.tempfile] version = "3"