# 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 = "cork" version = "0.2.6" authors = ["Deep Majumder "] description = "A command-line calculator for hex-lovers." readme = "README.md" keywords = [ "calculator", "terminal", ] categories = [ "command-line-utilities", "mathematics", ] license = "GPL-2.0-only" repository = "https://github.com/RedDocMD/cork" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = [ "cargo", "derive", ] [dependencies.colored] version = "2.0.0" [dependencies.getset] version = "0.1.2" [dependencies.home] version = "0.5.4" [dependencies.once_cell] version = "1.16.0" [dependencies.pest] version = "2.4.1" [dependencies.pest_derive] version = "2.4.1" [dependencies.rustyline] version = "10" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.thiserror] version = "1"