# 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 = "scilib" version = "1.0.0" authors = ["Hugo G. 'AtomicBee' Vivien "] description = "A scientific library for the Rust programming language." documentation = "https://docs.rs/scilib/" readme = "README.md" keywords = [ "physics", "science", "constants", "bessel", "polynomials", ] categories = [ "science", "mathematics", ] license = "GPL-3.0" repository = "https://github.com/At0micBee/scilib" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [profile.test] opt-level = 3 [dependencies.num-complex] version = "0.4.2"