# 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 = "trek" version = "0.3.1" authors = ["Brent Houghton "] description = "Database migration management for Rust programs" homepage = "https://starim.github.io/trek/trek/index.html" documentation = "https://starim.github.io/trek/trek/index.html" readme = "readme.md" keywords = ["database", "migration"] license = "LGPL-3.0" repository = "https://github.com/starim/trek" [[example]] name = "example" path = "examples/example.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.chrono] version = "0.2.16" [dependencies.postgres] version = "0.15.1" [dev-dependencies.docopt] version = "0.6.72" [dev-dependencies.rustc-serialize] version = "0.3.16"