curl-quests 0.1.2

An interactive terminal game for learning curl and HTTP APIs through hands-on quests
# 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 = "2024"
name = "curl-quests"
version = "0.1.2"
authors = [
    "YadlaMani <yadlamaniymn2005@gmail.com>",
    "Ananya54321 <ananyapappula2004@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An interactive terminal game for learning curl and HTTP APIs through hands-on quests"
homepage = "https://github.com/lite-quests/curl-quests"
readme = "README.md"
keywords = [
    "curl",
    "http",
    "terminal",
    "tui",
    "learning",
]
categories = [
    "command-line-utilities",
    "games",
]
license = "Apache-2.0"
repository = "https://github.com/lite-quests/curl-quests"

[[bin]]
name = "curl-quests"
path = "src/main.rs"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.include_dir]
version = "0.7"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

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

[dependencies.toml]
version = "0.8"