# 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 = "dorsal" version = "0.1.7" authors = ["hkau"] exclude = ["dorsal_example/*"] description = "Backbone server structure of Stellular projects" homepage = "https://github.com/stellularorg/dorsal" documentation = "https://docs.rs/dorsal" readme = "README.md" license = "MIT" repository = "https://github.com/stellularorg/dorsal" [dependencies.hex_fmt] version = "0.3.0" [dependencies.redis] version = "0.25.3" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.sha2] version = "0.10.8" [dependencies.sqlx] version = "0.7.3" features = [ "sqlite", "postgres", "mysql", "any", "runtime-tokio", "tls-native-tls", ] [dependencies.uuid] version = "1.8.0" features = ["v4"] [features] default = ["sqlite"] mysql = [] postgres = [] sqlite = []