# 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 = "swerve" version = "0.2.0" authors = ["Louis Capitanchik "] exclude = [".travis.yml", "example/*"] description = "Quick and easy multithreaded file server for local front end development" homepage = "https://github.com/commander-lol/rust-swerve" readme = "README.md" keywords = ["file-server", "executable"] categories = ["command-line-utilities", "web-programming::http-server"] license = "GPL-3.0+" repository = "https://github.com/commander-lol/rust-swerve" [profile.release] lto = true [dependencies.docopt] version = "0.8" [dependencies.formdata] version = "0.12.2" [dependencies.hyper] version = "0.10" [dependencies.rand] version = "0.3" [dependencies.rhai] version = "0.7" [dependencies.rocket] version = "0.3.8" [dependencies.rocket_codegen] version = "0.3.8" [dependencies.rocket_contrib] version = "0.3.8" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_yaml] version = "0.7.3" [badges.travis-ci] branch = "master" repository = "Commander-lol/rust-swerve"