# 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 = "rpn-c" version = "0.2.3" authors = ["alvise "] description = "A calculator environment using Reverse Polish Notation and multiple precision numbers" readme = "README.md" keywords = [ "rpn", "calculator", "math", "multiple-precision", "interpreter", ] license = "MIT OR Apache-2.0" repository = "https://github.com/KayJay7/rpn-c" [dependencies.directories] version = "3.0.2" [dependencies.env_logger] version = "0.8.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.logos] version = "0.12.0" [dependencies.num-traits] version = "0.2" [dependencies.ramp] version = "0.7.0" [dependencies.rustyline] version = "9.0.0" [dependencies.rustyline-derive] version = "0.4.0"