# 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 = "livy_manager" version = "0.2.0" authors = ["Keiji Yoshida "] description = "Livy Manager - Web UI for Managing Apache Livy Sessions" homepage = "https://crates.io/crates/livy_manager" documentation = "https://docs.rs/livy_manager" readme = "README.md" keywords = ["livy", "livy-manager"] categories = ["web-programming::http-server"] license = "MIT/Apache-2.0" repository = "https://github.com/kjmrknsn/livy-manager" [[bin]] name = "livy-manager" path = "src/main.rs" [dependencies.argparse] version = "0.2" [dependencies.iron] version = "0.6" [dependencies.ldap3] version = "0.5" [dependencies.livy] version = "0.5" [dependencies.params] version = "0.8" [dependencies.persistent] version = "0.4" [dependencies.router] version = "0.6" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.1" [dependencies.toml] version = "0.4" [dependencies.uuid] version = "0.5" features = ["v4"] [badges.travis-ci] branch = "master" repository = "kjmrknsn/livy-manager"