# 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 = "calcium-oxide" version = "0.1.15" include = [ "src/bin/cao.rs", "README.md", "UNLICENSE", ] description = "Calc-ium Oxide, a simple stack based command line calculator written in rust." homepage = "https://github.com/Vonr/cao" readme = "README.md" keywords = [ "calculator", "cli", ] license = "Unlicense" repository = "https://github.com/Vonr/cao" resolver = "2" [[bin]] name = "cao" [dependencies.atty] version = "0.2.14" [dependencies.fast-float] version = "0.2" [dependencies.num-prime] version = "0.2.0"