# 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 = "dbgcmd" version = "0.1.0" authors = ["Claire Harris "] description = "This is a simple library for implementing command-line-style debug consoles within an application.\n\nIt doesn't handle rendering, or the logic of any individual commands. All it does is model the state of the console.\n" readme = "README.md" keywords = ["debug", "console"] categories = ["games", "game-development", "gui", "command-line-interface"] license = "CC0-1.0" repository = "https://github.com/mistodon/dbgcmd" [dependencies.itertools] version = "~0.8.0" [features] force-enabled = [] [badges.travis-ci] branch = "master" repository = "mistodon/dbgcmd"