# 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] edition = "2018" name = "automaat-server" version = "0.1.0" authors = ["Jean Mertz "] include = ["Cargo.toml", "src/**/*.rs", "migrations/**/*.sql", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] description = "HTTP API for the Automaat automation utility." readme = "README.md" keywords = ["automaat", "automation"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/blendle/automaat" [dependencies.automaat-core] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.diesel] version = "1.4" features = ["postgres", "r2d2", "chrono", "serde_json"] default-features = false [dependencies.diesel-derive-enum] version = "0.4" features = ["postgres"] [dependencies.diesel_migrations] version = "1.4" [dependencies.juniper] version = "0.12" features = ["chrono"] [dependencies.juniper_rocket] version = "0.3" [dependencies.juniper_serde] version = "0.1" [dependencies.paste] version = "0.1" [dependencies.processor-git-clone-v1] version = "0.1" features = ["juniper"] package = "automaat-processor-git-clone" [dependencies.processor-print-output-v1] version = "0.1" features = ["juniper"] package = "automaat-processor-print-output" [dependencies.processor-redis-command-v1] version = "0.1" features = ["juniper"] package = "automaat-processor-redis-command" [dependencies.processor-shell-command-v1] version = "0.1" features = ["juniper"] package = "automaat-processor-shell-command" [dependencies.processor-string-regex-v1] version = "0.1" features = ["juniper"] package = "automaat-processor-string-regex" [dependencies.rocket] version = "0.4" [dependencies.rocket_contrib] version = "0.4" features = ["diesel_postgres_pool", "json"] default_features = false [dependencies.rocket_cors] version = "0.5.0" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0" [dev-dependencies.version-sync] version = "0.8" [badges.travis-ci] repository = "blendle/automaat"