# 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 = "deepwell-core" version = "0.0.8" authors = ["Ammon Smith "] exclude = [".gitignore", ".travis.yml"] description = "Database management and migrations service" readme = "README.md" keywords = ["wikidot", "revision", "database", "nuscp"] categories = ["asynchronous"] license = "AGPL-3.0-or-later" repository = "https://github.com/Nu-SCPTheme/deepwell" [lib] name = "deepwell_core" path = "src/lib.rs" [dependencies.arrayvec] version = "0.5" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.diesel] version = "1" features = ["chrono", "network-address", "postgres"] [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.ref-map] version = "0.1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.subprocess] version = "0.1" [dependencies.thiserror] version = "1"