# 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 = "apecrunch" version = "0.0.3" description = "A SpeedCrunch inspired TUI calculator, for apes..." homepage = "https://openapeshop.org/software/apecrunch/" readme = "README.md" keywords = [ "SpeedCrunch", "calculator", "tui", "math", "cli", ] license = "GPL-3.0-only" repository = "https://github.com/Gip-Gip/apecrunch" resolver = "2" [[bench]] name = "sqrt" harness = false [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "3.2.21" features = [ "derive", "unicode", ] [dependencies.cursive] version = "0.19.0" features = [ "toml", "crossterm-backend", ] [dependencies.directories] version = "4.0.1" [dependencies.fraction] version = "0.11.1" features = ["with-serde-support"] [dependencies.lazy_static] version = "1.4.0" [dependencies.lz4_flex] version = "0.9.5" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serial_test] version = "0.8.0" [dependencies.simple-error] version = "0.2.3" [dependencies.termcolor] version = "1.1.3" [dependencies.toml] version = "0.5.9" [dependencies.uuid] version = "1.1.2" features = [ "v4", "serde", ] [dev-dependencies.criterion] version = "0.3.6"