# 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 = "amiwo" version = "0.2.3" authors = ["Boris "] description = "Various utility types & functions for Rust. Named after a famous Beninese dish" documentation = "https://docs.rs/crate/amiwo/0.2.0" readme = "README.md" license = "MIT" repository = "https://github.com/bgbahoue/amiwo" [dependencies.rocket_codegen] version = "0.2.7" [dependencies.serde_derive] version = "1.0" [dependencies.rocket] version = "0.2.7" [dependencies.serde_json] version = "1.0" [dependencies.log] version = "0.3.7" [dependencies.serde] version = "1.0" [dependencies.hyper] version = "0.10" [dev-dependencies.compiletest_rs] version = "0.2.6" [dev-dependencies.rocket] version = "0.2.6" features = ["testing"] [features] amiwo_serde = [] default = [] all = ["amiwo_hyper", "amiwo_rocket", "amiwo_serde"] amiwo_rocket = ["amiwo_serde"] amiwo_hyper = []