# 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 = "surge" version = "0.2.0" authors = ["Sevag Hanssian "] description = "cli/daemon for music" readme = "README.md" keywords = ["music", "cli"] license = "Apache-2.0" repository = "https://github.com/sevagh/surge" [profile.release] lto = true debug = true panic = "abort" [dependencies.chrono] version = "0.4.0" [dependencies.rustyline] version = "1.0.0" [dependencies.serde_json] version = "1.0.2" [dependencies.error-chain] version = "0.10.0" [dependencies.mpv] version = "0.2.3" [dependencies.hyper] version = "0.10.11" [dependencies.hyper-native-tls] version = "0.2.3"