# 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 = "vectorlib" version = "0.1.2" authors = ["Ghasak "] description = "The following library is created for handling the `vector` for the animation library and should work for any graphical library like rylib or sdl2" documentation = "https://docs.rs/vectorlib/latest/vectorlib/" readme = "README.md" license = "MIT" repository = "https://github.com/Ghasak/vectorlib" [lib] name = "vectorlib" path = "src/lib.rs" [[test]] name = "vector2dlib-tests" path = "src/test/mod.rs" [dependencies.colored] version = "2.0.4" [dependencies.log] version = "0.4.19" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8.5" [dev-dependencies.assert_approx_eq] version = "1.1.0"