# See more keys and their definitions at # https://doc.rust-lang.org/cargo/reference/manifest.html [package] name = "prolly" version = "0.1.1" authors = ["Cem Karan "] edition = "2021" rust-version = "1.60" description = "An implementation of the prolly tree data structure" readme = "README.md" # homepage = repository = "https://github.com/cfkaran2/prolly" license = "Apache-2.0" keywords = ["datastructures", "concurrent", "database", "async"] categories = ["asynchronous", "concurrency", "database-implementations", "data-structures"] [dependencies]