[dependencies.async-trait]
version = "0.1.73"
[dependencies.html2md]
version = "0.2.15"
[dependencies.log]
version = "0.4.20"
[dependencies.lru]
version = "0.10.1"
[dependencies.reqwest]
features = ["json"]
version = "0.11.20"
[dependencies.serde]
features = ["derive"]
version = "1.0.193"
[dependencies.serde_json]
version = "1.0.107"
[dependencies.serde_with]
features = ["macros"]
version = "3.3.0"
[dependencies.strum]
features = ["derive"]
version = "0.25.0"
[dependencies.thiserror]
version = "1.0.49"
[lib]
name = "leetcode_core"
path = "src/lib.rs"
[package]
authors = ["Akarsh <akarsh.1995.02@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This library helps to talk to leetcode APIs via REST interface"
edition = "2021"
keywords = ["tui", "leetcode", "terminal", "algorithms", "cli"]
license = "MIT"
name = "leetcode-core"
readme = false
repository = "https://github.com/akarsh1995/leetcode-tui"
version = "0.5.2"
[[test]]
name = "test_editor_data"
path = "tests/test_editor_data.rs"
[[test]]
name = "test_solution_run_parsing"
path = "tests/test_solution_run_parsing.rs"