leetcode-core 0.5.0

This library helps to talk to leetcode APIs via REST interface
Documentation
[dependencies.async-trait]
version = "^0"

[dependencies.html2text]
version = "^0"

[dependencies.log]
version = "^0"

[dependencies.lru]
version = "^0"

[dependencies.reqwest]
features = ["json"]
version = "^0"

[dependencies.serde]
features = ["derive"]
version = "^1"

[dependencies.serde_json]
version = "^1"

[dependencies.serde_with]
features = ["macros"]
version = "3.3.0"

[dependencies.strum]
features = ["derive"]
version = "^0"

[dependencies.thiserror]
version = "^1"

[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.0"

[[test]]
name = "test_editor_data"
path = "tests/test_editor_data.rs"

[[test]]
name = "test_solution_run_parsing"
path = "tests/test_solution_run_parsing.rs"