# 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 = "ccdb" version = "1.6.1" authors = ["TheSlam <32799244+salmmanfred@users.noreply.github.com>"] build = "./src/build.rs" links = "./src/c/" exclude = ["./depric/"] description = "A small terminal based game engine" readme = "README.md" keywords = ["gamedev", "graphics", "multithreading", "engine", "terminal"] license = "MIT" repository = "https://github.com/salmmanfred/ccdb" [dependencies.openfile] version = "1.1.0" [dependencies.winapi-util] version = "0.1.5" [build-dependencies.cc] version = "1.0"