# 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 = "precise-calc" version = "0.1.2" description = "A high precision calculator library and command line tool." homepage = "https://callumirving.pages.dev/projects/calculator/" readme = "README.md" keywords = [ "calcuator", "arbitrary-precision", ] categories = [ "compilers", "command-line-utilities", "mathematics", ] license = "MIT" repository = "https://github.com/Callum-Irving/precise-calc/" [lib] name = "precise_calc" path = "src/lib.rs" [[bin]] name = "calculator" path = "src/main.rs" [dependencies.astro-float] version = "0.6.8" [dependencies.lazy_static] version = "1.4.0" [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.thiserror] version = "1.0.40"