# 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.79.0" name = "trackball" version = "0.15.0" authors = ["Rouven Spreckels "] build = "build.rs" include = [ "src/**/*.rs", "c11/src/**/*.[hc]", "build.rs", "Cargo.toml", "README.md", "RELEASES.md", "LICENSES/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Virtual Trackball Orbiting via the Exponential Map" documentation = "https://docs.rs/trackball" readme = "README.md" keywords = [ "virtual-trackball", "exponential-map", "quaternion", "arcball", "camera", ] categories = [ "no-std", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/qu1x/trackball" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "trackball" path = "src/lib.rs" [dependencies.approx] version = "0.5.1" default-features = false [dependencies.heapless] version = "0.8.0" default-features = false [dependencies.nalgebra] version = "0.33.2" features = ["libm-force"] default-features = false [dependencies.rkyv] version = "0.7.45" optional = true default-features = false [dependencies.serde] version = "1.0.203" features = ["derive"] optional = true default-features = false [dependencies.simba] version = "0.9.0" features = ["libm"] default-features = false [build-dependencies.cc] version = "1.1.31" optional = true [features] glam = ["nalgebra/convert-glam029"] rkyv = [ "dep:rkyv", "nalgebra/rkyv-serialize-no-std", "simba/rkyv-serialize", ] serde = [ "dep:serde", "nalgebra/serde-serialize-no-std", "simba/serde_serialize", ] [lints.clippy] similar_names = "allow" tabs-in-doc-comments = "allow" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.nursery] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] missing-docs = "forbid" [lints.rustdoc] broken-intra-doc-links = "forbid"