# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "are_we_touching" version = "0.2.8" authors = ["cubidev"] description = "A Simple Collision Detection library" homepage = "https://github.com/Cubidev3/Are-We-Touching" readme = "README.md" keywords = [ "collision", "detection", "gamedev", "api", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/Cubidev3/Are-We-Touching" [dependencies.cubi_vectors] version = "0.2.1" [dependencies.mint] version = "0.5.9"