# 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 = "multicalc" version = "0.5.0" authors = ["akathail "] description = "Rust scientific computing for single and multi-variable calculus" readme = "README.md" keywords = [ "Math", "Science", "Calculus", "Differentiation", "Integration", ] license = "MIT" repository = "https://github.com/kmolan/multicalc-rust" [dependencies.num-complex] version = "0.4.6" [dev-dependencies.rand] version = "0.8" [features] default = [] heap = [] [badges.maintenance] status = "actively-developed"