cassandra_macro 0.1.3

Create Cassandra tables and CRUD CQL prepared statements from Rust structs. (custom derive: cassandra_macro_derive)
Documentation
# 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 = "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"