# 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 = "scyllax" version = "0.2.1" authors = ["Carter Himmel "] description = "A SQLx and Discord inspired query system for Scylla" homepage = "https://github.com/trufflehq/scyllax#readme" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/trufflehq/scyllax" [dependencies.async-trait] version = "0.1" [dependencies.getrandom] version = "0.2" [dependencies.mac_address] version = "1" [dependencies.once_cell] version = "1" [dependencies.prost-types] version = "0.12" optional = true [dependencies.scylla] version = "0.12" features = ["time"] [dependencies.scyllax-macros] version = "0.2.1" [dependencies.scyllax-macros-core] version = "0.2.1" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" features = ["preserve_order"] optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "full", "tracing", ] [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1" features = [ "serde", "v1", "std", "fast-rng", ] [features] default = [] grpc = ["prost-types"] json = [ "serde_json", "serde", ]