# 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 = "karsher" version = "0.9.0" authors = ["Nordine Bittich"] exclude = [ "vscode/", "dist/", ".vscode", ".history", ] description = "karsher is a dumb cache written in rust" homepage = "https://github.com/nbittich/karsher" readme = "README.md" license = "MIT" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [dependencies.anyhow] version = "1.0.57" [dependencies.bincode] version = "1.3.3" [dependencies.ctrlc] version = "3.2.2" [dependencies.dirs] version = "4.0.0" [dependencies.env_logger] version = "0.9.0" default-features = false [dependencies.log] version = "0.4.17" [dependencies.nom] version = "7.1.1" [dependencies.nu-ansi-term] version = "0.46.0" [dependencies.rustyline] version = "9.1.2" [dependencies.rustyline-derive] version = "0.6.0" [dependencies.serde] version = "1.0.137" features = [ "serde_derive", "rc", ] [dependencies.serde_json] version = "1.0.81" [dependencies.slab_tree] version = "0.3.2" [dependencies.strum] version = "0.24.0" features = ["derive"]