# 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 = "courier" version = "0.3.1" authors = ["David LeGare "] description = "Utility to make it easier to send and receive data when using the Rocket framework." documentation = "https://docs.rs/courier" readme = "./README.md" keywords = ["rocket"] categories = ["development-tools", "web-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/excaliburHisSheath/courier" [lib] proc-macro = true [dependencies.syn] version = "0.11.11" [dependencies.quote] version = "0.3.15" [dev-dependencies.rocket] version = "0.3.2" [dev-dependencies.rocket_codegen] version = "0.3.2" [dev-dependencies.rmp-serde] version = "0.13.6" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.rocket_contrib] version = "0.3.2" [features] msgpack = [] json = [] default = ["json"]