# 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" rust-version = "1.79.0" name = "kalc" version = "1.3.3" authors = ["bgkillas "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a complex numbers, 2d/3d graphing, arbitrary precision, vector/matrix, cli calculator with real-time output and support for units" readme = "README.md" keywords = [ "cli", "calculator", ] categories = [ "command-line-interface", "command-line-utilities", "mathematics", ] license = "GPL-3.0-only" repository = "https://github.com/bgkillas/kalc" [profile.dev] opt-level = 1 [profile.release] lto = true panic = "abort" strip = true [[bin]] name = "kalc" path = "src/main.rs" [dependencies.crossterm] version = "0.28.1" [dependencies.dirs] version = "5.0.1" [dependencies.fastrand] version = "2.0.2" [dependencies.gmp-mpfr-sys] version = "1.6.4" features = ["force-cross"] [dependencies.rug] version = "1.24.1" [target."cfg(not(unix))".dependencies.term_size] version = "0.3.2" [target."cfg(unix)".dependencies.libc] version = "0.2.153"