# 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 = "liealg" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "lie group and lie algebra in rust" documentation = "https://docs.rs/liealg" readme = "readme.md" keywords = [ "math", "algebra", "robotics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/geshengpsn/liealg" [lib] name = "liealg" path = "src/lib.rs" [[example]] name = "adjoint_act" path = "examples/adjoint_act.rs" [[example]] name = "mat_act" path = "examples/mat_act.rs" [[example]] name = "mat_inv" path = "examples/mat_inv.rs" [[example]] name = "mat_mul" path = "examples/mat_mul.rs" [[example]] name = "rigid" path = "examples/rigid.rs" [[example]] name = "rotation" path = "examples/rotation.rs" [dependencies.approx] version = "0.5.1" [dependencies.nalgebra] version = "0.33.2" [dependencies.num-traits] version = "0.2.19"