barrel 0.3.0

A powerful schema migration building API for Rust
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "barrel"
version = "0.3.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
description = "A powerful schema migration building API for Rust"
documentation = "https://docs.rs/barrel"
readme = "README.md"
keywords = ["sql", "database", "schema", "migration"]
categories = ["database", "development-tools"]
license = "MIT/X11 OR Apache-2.0"
repository = "https://github.com/spacekookie/barrel"
[package.metadata.docs.rs]
features = ["diesel-filled", "sqlite3", "pg", "unstable"]

[[example]]
name = "pg_strings"
required-features = ["pg"]

[[example]]
name = "sqlite_strings"
required-features = ["sqlite3"]
[dependencies.diesel]
version = ">= 1.2, < 2.0"
optional = true
default_features = false

[dependencies.tempdir]
version = "0.3.4"
optional = true

[features]
default = []
diesel-filled = ["tempdir", "diesel"]
pg = []
sqlite3 = []
unstable = []