# 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 = "urlshortener-dbus-daemon" version = "0.1.1" authors = ["Victor Polevoy "] description = "A very simple url shortener dbus daemon" documentation = "https://docs.rs/urlshortener-dbus-daemon" readme = "README.md" keywords = ["url", "short", "shortener", "link"] license = "MIT" repository = "https://github.com/vityafx/urlshortener-dbus-daemon" [dependencies.dbus] version = "0.6" [dependencies.dbus-tokio] version = "0.2" [dependencies.futures] version = "0.1" [dependencies.log] version = "0.3" [dependencies.mio] version = "0.6" [dependencies.tokio-core] version = "0.1" [dependencies.tokio-timer] version = "0.1" [dependencies.urlshortener] version = "0.9" [dev-dependencies.tokio-timer] version = "0.1" [badges.travis-ci] repository = "vityafx/urlshortener-dbus-daemon"