# 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 = "2018" name = "kalker" version = "2.2.1" authors = ["PaddiM8"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A calculator that supports user-defined functions, variables and units, and can handle fairly ambiguous syntax." readme = "README.md" keywords = [ "math", "calculator", "cli", "command-line", ] categories = [ "mathematics", "command-line-utilities", ] license = "MIT" repository = "https://github.com/PaddiM8/kalker" [package.metadata.bundle] icon = ["../res/icon*"] identifier = "net.strct.kalker" name = "kalker" short_description = "A calculator that supports user-defined functions, variables and units, and can handle fairly ambiguous syntax." [package.metadata.bundle.bin.kalker] name = "kalker" [[bin]] name = "kalker" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.atty] version = "0.2.14" [dependencies.dirs] version = "3.0.2" [dependencies.kalk] version = "^3.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1" [dependencies.rustyline] version = "7.1.0" [dependencies.seahorse] version = "1.1.1" [target."cfg(windows)".build-dependencies.winres] version = "0.1"