# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "r1" version = "0.7.6" description = "..." keywords = ["one-instance"] categories = ["command-line-utilities"] license = "LGPL-3.0-or-later" [[bin]] name = "r1" path = "src/bin/r1/main.rs" required-features = ["bin"] [dependencies.dbus] version = ">= 0.9.7, < 0.10" features = ["vendored"] optional = true [dependencies.dia-args] version = ">= 0.60.2, < 0.61" optional = true [dependencies.namaste] version = ">= 0.27, < 0.28" optional = true [dependencies.ro] version = "1" optional = true [dependencies.zeros] version = ">= 16, < 17" optional = true [features] bin = [ "dbus", "dia-args", "namaste", "ro", "zeros", ]