# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cosmic-registry-postgres" version = "0.3.6" authors = ["Scott Williams "] description = "A Postgres Registry implementation for The Cosmic Initiative Registry: http://thecosmicinitiative.io (A WebAssembly Orchestration Framework)" homepage = "http://thecosmicinitiative.io" readme = "README.md" license = "MIT" repository = "https://github.com/cosmic-initiative/cosmic-initiative" resolver = "1" [dependencies.async-recursion] version = "1.0.0" [dependencies.async-trait] version = "0.1.48" [dependencies.cosmic-hyperspace] version = "0.3.6" [dependencies.cosmic-space] version = "0.3.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.mechtron-host] version = "0.3.6" [dependencies.serde] version = "1.0.69" features = [ "derive", "rc", ] [dependencies.sqlx] version = "0.5.11" features = [ "runtime-tokio-rustls", "postgres", "macros", "any", ] [dependencies.strum] version = "0.24.1" [dependencies.tracing] version = "0.1.26" [dev-dependencies.acid-store] version = "0.12.0" features = [ "store-directory", "repo-value", ] [dev-dependencies.ascii] version = "1.1.0" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.tokio] version = "1.15.0" features = ["full"] [dev-dependencies.url] version = "2.3.1" features = ["serde"] [dev-dependencies.wasmer] version = "2.3.0" [dev-dependencies.wasmer-compiler-singlepass] version = "2.3.0" [dev-dependencies.zip] version = "0.6.2"