prax-import 0.6.3

Import schemas from Prisma, Diesel, and SeaORM to Prax ORM
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"
rust-version = "1.89"
name = "prax-import"
version = "0.6.3"
authors = ["Pegasus Heavy Industries LLC <dev@pegasusheavy.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Import schemas from Prisma, Diesel, and SeaORM to Prax ORM"
homepage = "https://github.com/pegasusheavy/prax-orm"
documentation = "https://docs.rs/prax-import"
readme = "README.md"
keywords = [
    "orm",
    "prisma",
    "diesel",
    "seaorm",
    "migration",
]
categories = [
    "database",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pegasusheavy/prax-orm"
resolver = "2"

[features]
default = [
    "prisma",
    "diesel",
    "seaorm",
]
diesel = []
prisma = []
seaorm = []

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

[[bench]]
name = "import_benchmarks"
path = "benches/import_benchmarks.rs"
harness = false

[dependencies.convert_case]
version = "0.6"

[dependencies.indexmap]
version = "2.0"
features = ["serde"]

[dependencies.miette]
version = "7.0"
features = ["fancy"]

[dependencies.once_cell]
version = "1.20"

[dependencies.pest]
version = "2.7"

[dependencies.pest_derive]
version = "2.7"

[dependencies.prax-schema]
version = "0.6.3"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.regex-lite]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smol_str]
version = "0.3"
features = ["serde"]

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "extra-traits",
    "parsing",
]

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.insta]
version = "1.40"
features = ["yaml"]

[dev-dependencies.pretty_assertions]
version = "1.4"

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