# 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 = "hypermud" version = "0.0.2" authors = ["Erik Nordstrøm "] description = "HyperMUD: Mystery. Multi-User Dungeon (multiplayer real-time virtual world)." homepage = "https://www.hypermud-game.com/" readme = "README.md" keywords = ["MUD", "role-playing-game", "hack-and-slash", "player-versus-player", "online-chat"] categories = ["command-line-utilities"] license = "ISC" repository = "https://github.com/ctsrc/hypermud" [[bin]] name = "hypermud-server" path = "src/server.rs" required-features = ["server"] [[bin]] name = "hypermud-client" path = "src/client.rs" required-features = ["client"] [dependencies.clap] version = "2.33.0" features = ["yaml"] [features] client = [] default = ["server", "client"] server = []