# 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 = "mingl" version = "0.2.0" authors = ["Kostiantyn Mysnyk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Agnostic set of tools for abstract rendering backend." readme = "readme.md" keywords = ["webgl"] license = "MIT" repository = "https://github.com/Wandalen/cg_tools" [lib] name = "mingl" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.bytemuck] version = "1.18.0" features = [ "derive", "derive", ] [dependencies.cgmath] version = "0.18.0" [dependencies.derive_tools] version = "~0.29.0" [dependencies.error_tools] version = "0.17.0" [dependencies.former] version = "~2.9.0" [dependencies.glam] version = "0.29.0" [dependencies.mod_interface] version = "~0.25.0" [dependencies.ndarray] version = "0.16.1" optional = true [dependencies.tobj] version = "4.0.2" optional = true default-features = false [dev-dependencies.test_tools] version = "~0.10.0" [features] camera_orbit_controls = [] default = [ "enabled", "ndarray", ] diagnostics = ["model"] enabled = [] full = ["default"] model = ["dep:tobj"] ndarray = ["dep:ndarray"] [lints.clippy] absolute_paths = "allow" inline_always = "allow" module_name_repetitions = "allow" pedantic = "warn" restriction = "warn" single_call_fn = "allow" std_instead_of_alloc = "warn" std_instead_of_core = "warn" undocumented_unsafe_blocks = "deny" [lints.rust] future_incompatible = "deny" rust_2018_idioms = "deny" unsafe-code = "warn"