[package]
edition = "2018"
name = "cassandra_macro"
version = "0.1.3"
authors = ["NunuM <nuno@nunum.me>"]
description = "Create Cassandra tables and CRUD CQL prepared statements from Rust structs. (custom derive: cassandra_macro_derive)"
homepage = "https://github.com/NunuM/rust-cassandra-tables-from-rust-struct-macro"
readme = "README.md"
keywords = ["derive", "cassandra", "cql", "struct", "generation"]
license = "MIT"
repository = "https://github.com/NunuM/rust-cassandra-tables-from-rust-struct-macro"
[dependencies.cdrs]
version = "2"