# 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 = "2018" name = "lie" version = "0.1.2" authors = ["RustyBamboo "] description = "A numerical library for working with Lie Groups and Algebras" homepage = "https://github.com/RustyBamboo/lie" license = "MIT" [dependencies.approx] version = "0.4.0" features = ["num-complex"] [dependencies.itertools] version = "0.10.0" [dependencies.ndarray] version = "0.14.0" features = ["approx"] [dependencies.ndarray-linalg] version = "0.13.1" features = ["openblas-system"] [dependencies.num-complex] version = "0.3.1"