# 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" name = "virvadb" version = "0.1.1" authors = ["Charles TCHANAKE "] description = "virvadb is a simple data base that save your data into INI file format" homepage = "https://github.com/charleslf2/virvadb" readme = "README.md" keywords = [ "database", "INI", "DB", "data_driven", "data_driven_db", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/charleslf2/virvadb" [dependencies.rust-ini] version = "0.19.0"