codora 0.1.0

Ship Rust application faster than you could ever
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 = "codora"
version = "0.1.0"
authors = ["West Sheriff <west.sh.mail@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ship Rust application faster than you could ever"
readme = false
keywords = [
    "web",
    "server",
    "orm",
    "authentication",
    "security",
]
categories = [
    "web-programming",
    "database",
    "authentication",
]
license = "MIT"
repository = "https://github.com/getcodora/codora"
resolver = "2"

[features]
default = [
    "extension",
    "web",
]
extension = ["dep:extension"]
web = ["dep:codora-web"]

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

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

[dependencies.codora-web]
version = "0.1.0"
optional = true

[dependencies.extension]
version = "0.1.0"
optional = true

[dev-dependencies.anyhow]
version = "1.0.87"

[dev-dependencies.tokio]
version = "1.44.0"
features = ["full"]