# 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 = "safe_en" version = "1.8.0" authors = ["Behemehal ", "Ahmetcan Aksu "] description = "Local database solution with clean and strict data integrity." documentation = "https://docs.rs/safe_en" readme = "README.md" keywords = ["database", "local-database"] categories = ["database"] license = "GPL-2.0" repository = "https://github.com/behemehal/SafeEn" resolver = "2" [[example]] name = "save_big_data" path = "examples/save_big_data.rs" [[example]] name = "load_big_data" path = "examples/load_big_data.rs" [dependencies] [dev-dependencies.serde_json] version = "1.0"