# 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 = "calcify" version = "0.8.2" authors = ["JTPond "] description = "Physics vector library" readme = "README.md" keywords = ["linear_algebra", "vector", "scientific_computing", "matrix", "physics"] categories = ["science", "simulation"] license = "MIT OR Apache-2.0" repository = "https://github.com/JTPond/calcify" [dependencies.rand] version = "^0.6" [dependencies.rmp] version = "^0.8" [dev-dependencies.chrono] version = "^0.4" [dev-dependencies.lazy_static] version = "^1.4" [dev-dependencies.rand] version = "^0.6" [dev-dependencies.rayon] version = "^1.3" [dev-dependencies.rmp] version = "^0.8" [badges.maintenance] status = "actively-developed"