sql_from_models-parser 0.2.1

Helper crate for models
Documentation
[package]

name = "sql_from_models-parser"

description = "Helper crate for models"

version = "0.2.1"

authors = [

    "Andy Grove <andygrove73@gmail.com>",

    "higneer <contact@higneer.ovh>"]

repository = "https://github.com/tvallotton/sqlx-models"

license = "Apache-2.0"

edition = "2018"







[features]

default = ["std"]

std = []

# Enable JSON output in the `cli` example:

json_example = ["serde_json", "serde"]



[dependencies]

bigdecimal = { version = "0.3", features = ["serde"], optional = true }

log = "0.4"

serde = { version = "1.0", features = ["derive"], optional = true }

# serde_json is only used in examples/cli, but we have to put it outside

# of dev-dependencies because of

# https://github.com/rust-lang/cargo/issues/1596

serde_json = { version = "1.0", optional = true }



[dev-dependencies]

simple_logger = "1.9"

matches = "0.1"



[package.metadata.release]

# Instruct `cargo release` to not run `cargo publish` locally:

# https://github.com/sunng87/cargo-release/blob/master/docs/reference.md#config-fields

# See docs/releasing.md for details.

disable-publish = true