# 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.56.1" name = "albert" version = "0.1.8" authors = ["Meysam Azad "] include = [ "README.md", "LICENSE", "src", "Cargo.toml", "Cargo.lock", ] default-run = "al" description = "A terminal calculator written in Rust with ❤️" readme = "README.md" keywords = [ "math", "calculator", "cli", "terminal", "arithmetic", ] categories = [ "algorithms", "command-line-utilities", "mathematics", ] license = "Apache-2.0" repository = "https://github.com/meysam81/albert" [[bin]] name = "al" path = "src/main.rs" [dependencies]