# 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 = "libmonsterengine" version = "0.1.0" authors = ["Shogo Otake "] description = "MonsterEngine is a web server which is desinged for Plamo apps and can be used from various programming languages." readme = "README.md" keywords = ["MonsterEngine", "Plamo"] categories = ["web-programming"] license = "MIT" repository = "https://github.com/monsterengine/libmonsterengine" [profile.release] lto = true [lib] name = "monsterengine" crate-type = ["cdylib", "lib"] [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "benchmark" path = "examples/benchmark.rs" [dependencies.hyper] version = "0.13.1" [dependencies.plamo] version = "0.3.0" [dependencies.tokio] version = "0.2.5"