[package] description = "A mostly safe wrapper of the DataStax C++ CQL driver.\nWorks with both stable and nightly" license = "Apache-2.0" homepage = "https://github.com/tupshin/cql-ffi" repository = "https://github.com/tupshin/cql-ffi" name = "cql_ffi" version = "0.2.1" authors = ["Tupshin Harper "] [lib] name = "cql_ffi" [dependencies] cql_bindgen = "*" libc = "*" # [dependencies.cql_bindgen] # git = "https://github.com/tupshin/cql-bindgen" [[bin]] name="async" path="src/examples/async.rs" [[bin]] name="basic" path="src/examples/basic.rs" [[bin]] name="batch" path="src/examples/batch.rs" [[bin]] name="bind_by_name" path="src/examples/bind_by_name.rs" [[bin]] name="collections" path="src/examples/collections.rs" # [[bin]] # name="logging" # path="src/examples/logging.rs" [[bin]] name="maps" path="src/examples/maps.rs" [[bin]] name="paging" path="src/examples/paging.rs" [[bin]] name="prepared" path="src/examples/prepared.rs" [[bin]] name="schema_meta" path="src/examples/schema_meta.rs" [[bin]] name="simple" path="src/examples/simple.rs" [[bin]] name="uuids" path="src/examples/uuids.rs"