pg2sqlite 0.1.4

PostgreSQL 16 DDL to SQLite3 DDL schema converter
# 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 = "pg2sqlite"
version = "0.1.4"
authors = ["Hiroki Yasui"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL 16 DDL to SQLite3 DDL schema converter"
readme = "README.md"
keywords = [
    "postgresql",
    "sqlite",
    "ddl",
    "converter",
    "cli",
]
categories = [
    "development-tools",
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/hiromaily/pg2sqlite-rs"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
]

[dependencies.colored]
version = "2.1"

[dependencies.pg2sqlite-core]
version = "0.1.4"