# 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" rust-version = "1.74" name = "collision2d" version = "0.2.0" authors = ["Jonathan Cornaz"] description = "A simple 2d collision detection library " readme = "README.md" keywords = [ "no_std", "gamedev", "collision", "2d", "geometry", ] categories = [ "no-std", "game-development", ] license = "Unlicense" repository = "https://github.com/jcornaz/collision2d" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.libm] version = "0.2.8" optional = true default-features = false [dev-dependencies.rstest] version = "0.18.2" default-features = false [features] aabb = [] default = ["std"] libm = ["dep:libm"] std = [] [lints.clippy] exhaustive_enums = "warn" exhaustive_structs = "warn" pedantic = "warn" [lints.rust] future_incompatible = "deny" missing_docs = "warn" nonstandard_style = "deny" private_bounds = "warn" private_interfaces = "warn" rust_2018_idioms = "warn" unsafe_code = "deny"