# 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" rust-version = "1.66.1" name = "scylla-udf" version = "0.1.0" description = "Proc macros for scylla rust UDFs bindings" readme = "README.md" keywords = [ "scylla", "udf", ] categories = [ "database", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/scylladb/scylla-rust-udf" resolver = "1" [dependencies.bigdecimal] version = "0.2.0" [dependencies.bytes] version = "1.2.1" [dependencies.chrono] version = "0.4" [dependencies.libc] version = "0.2.119" [dependencies.num-bigint] version = "0.3" [dependencies.scylla-cql] version = "0.0.4" [dependencies.scylla-udf-macros] version = "0.1.0" [dependencies.uuid] version = "1.0"