# 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 = "rs-math" version = "0.1.0" authors = ["Zen Huifer "] description = """ This is a math library, a math library written in Rust. Write in a native way as much as possible in this math library, reducing the use of third-party libraries. There may be some errors in this math library, and we hope that users can provide suggestions for modification. I will continue to track related issues when submitting Issues, and if possible, please also participate in my project. """ homepage = "https://huifer.github.io/rs-math/" readme = "Readme.md" keywords = [ "math", "rust", "utils", ] license-file = "LICENSE" repository = "https://github.com/huifer/rs-math.git" [[test]] name = "all_test" path = "tests/lib.rs" [dependencies.approx] version = "0.5.0" features = [] [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4.20" [dev-dependencies.ctor] version = "0.1.19"