# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rocket_response_timer" version = "0.1.1" authors = ["Thomas Parsley "] include = ["src/**/*.rs", "Cargo.toml"] description = "Rocket Response Time Fairing. Rocket min v. - 0.5.0-rc.1" homepage = "https://github.com/Thomasparsley/rocket_response_timer" keywords = ["rocket", "response-time", "fairing"] license = "MIT" repository = "https://github.com/Thomasparsley/rocket_response_timer" resolver = "2" [dependencies.rocket] version = "0.5.0-rc.1"