# 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] name = "redrust" version = "0.1.1" description = "redrust is a port of the popular Redis database system written in Rust programming language. This port aims to provide all the features of Redis while taking advantage of the Rust language's safety, speed, and modern language features." documentation = "https://github.com/mahajpuneet/redrust/blob/main/README.md" readme = "README.md" license = "Apache-2.0" resolver = "1" [lib] name = "redrust" path = "src/lib.rs" [dependencies.c2rust-bitfields] version = "0.17.0" [dependencies.libc] version = "0.2" [dependencies.num-traits] version = "0.2.15"