nautilus-orm 0.1.6

Nautilus ORM command-line interface
# 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 = "2021"
name = "nautilus-orm"
version = "0.1.6"
authors = ["y0gm4"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nautilus ORM command-line interface"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/y0gm4/nautilus"

[package.metadata.wix]
upgrade-guid = "64BA9F55-8641-4574-A3FD-F5EFEBA06E69"
path-guid = "49C69878-ED7C-49EF-8976-2462CCD35AD5"
license = false
eula = false

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.console]
version = "0.16.3"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.nautilus-codegen]
version = "0.1"
package = "nautilus-orm-codegen"

[dependencies.nautilus-engine]
version = "0.1"
package = "nautilus-orm-engine"

[dependencies.nautilus-migrate]
version = "0.1"
package = "nautilus-orm-migrate"

[dependencies.nautilus-schema]
version = "0.1"
package = "nautilus-orm-schema"

[dependencies.sqlx]
version = "0.8.2"
features = [
    "runtime-tokio-rustls",
    "postgres",
    "sqlite",
    "mysql",
    "any",
]

[dependencies.tokio]
version = "1.42"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
]

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
all = "warn"
nursery = "allow"
pedantic = "allow"

[lints.rust]
unsafe_code = "forbid"