# 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 = "tcalc" version = "1.8.1" authors = ["dubrowgn"] include = [ "Cargo.toml", "LICENSE", "README.md", "src/*.rs", ] description = "A featureful calculator for when you want to do math in a terminal." documentation = "https://github.com/dubrowgn/tcalc" readme = "README.md" license = "MIT" repository = "https://github.com/dubrowgn/tcalc.git" [profile.release] lto = "fat" [dependencies.dirs] version = "4.0.x" [dependencies.tcalc-rustyline] version = "1.0.2" [features] trace = []