# 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 = "aline" version = "0.1.5" authors = ["Jonathan Cornaz"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple 2d linear algebra library suitable for no_std" readme = "README.md" keywords = [ "vector", "math", "2d", "gamedev", "no_std", ] categories = [ "no-std", "game-development", ] license = "Unlicense" repository = "https://github.com/jcornaz/aline" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "aline" path = "src/lib.rs" [[test]] name = "approx_spec" path = "tests/approx_spec.rs" [[test]] name = "serde_spec" path = "tests/serde_spec.rs" [[test]] name = "spec" path = "tests/spec.rs" [dependencies.aline_v1] version = "1.0" default-features = false package = "aline" [dev-dependencies.approx_v05] version = "0.5.1" default-features = false package = "approx" [dev-dependencies.rstest] version = "0.22.0" default-features = false [dev-dependencies.serde_json] version = "1.0" [features] approx_v05 = ["aline_v1/approx_v05"] default = ["std"] libm = ["aline_v1/libm"] serde = ["aline_v1/serde"] std = ["aline_v1/std"] [badges.maintenance] status = "actively-developed" [lints.clippy] exhaustive_enums = "warn" exhaustive_structs = "warn" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_docs = "warn" private_bounds = "warn" private_interfaces = "warn" unsafe_code = "deny"