rustbasic-cli 0.0.30

CLI tool for the RustBasic Framework.
Documentation
# 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 = "rustbasic-cli"
version = "0.0.30"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for the RustBasic Framework."
homepage = "https://github.com/herisvan321/rustbasic"
documentation = "https://github.com/herisvan321/rustbasic"
readme = "README.md"
keywords = [
    "rustbasic",
    "framework",
    "cli",
    "scaffolding",
    "web",
]
categories = [
    "development-tools",
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/herisvan321/rustbasic"

[features]
default = [
    "sqlite",
    "mysql",
]
mysql = ["rustbasic-core/mysql"]
sqlite = ["rustbasic-core/sqlite"]
sqlite-bundled = ["rustbasic-core/sqlite-bundled"]

[lib]
name = "rustbasic_cli"
path = "src/lib.rs"

[[bin]]
name = "rustbasic"
path = "src/main.rs"

[dependencies.rustbasic-core]
version = "0.1"