# 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 = "leetcode-tui-core" version = "0.4.0" authors = ["Akarsh "] description = "Leetcode tui related core modules" keywords = [ "tui", "leetcode", "terminal", "algorithms", "cli", ] license = "MIT" repository = "https://github.com/akarsh1995/leetcode-tui" [dependencies.color-eyre] version = "^0" [dependencies.crossterm] version = "^0" features = ["event-stream"] [dependencies.fuzzy-matcher] version = "^0" [dependencies.indexmap] version = "^2" [dependencies.leetcode-core] version = "0.4.0" [dependencies.leetcode-tui-config] version = "0.4.0" [dependencies.leetcode-tui-db] version = "0.4.0" [dependencies.leetcode-tui-shared] version = "0.4.0" [dependencies.ratatui] version = "^0.23" features = ["all-widgets"] [dependencies.regex] version = "^1" [dependencies.thiserror] version = "^1" [dependencies.tokio] version = "^1" features = ["full"]