[package] name = "flowfine" version = "0.0.3" description = "ScyllaDB and Cassandra migration tool" license = "MIT" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.73" itertools = "0.11.0" lazy_static = "1.4.0" regex = "1.9.4" nanoid = "0.4.0" chrono = "0.4.27" thiserror = "1.0" sha2 = "0.10" scylla = "0.9.0" tokio = { version = "1.12", features = ["full"] } #tests rstest = "0.18.2"