# 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] edition = "2018" name = "ex-web-api-rust" version = "0.1.1" authors = ["Brian Taylor "] publish = true description = "An example web api in Rust and Rocket." homepage = "https://resolvingarchitecture.io" documentation = "https://github.com/resolvingarchitecture/ex-web-api-rust" readme = "README.md" keywords = ["web", "web-app", "rocket"] license-file = "LICENSE" repository = "https://github.com/resolvingarchitecture/ex-web-api-rust.git" [dependencies.log] version = "0.4.8" [dependencies.rocket] version = "0.4.4" [dependencies.rocket_contrib] version = "0.4.4" features = ["serve", "json"] default-features = false [dependencies.simple_logger] version = "1.6.0"