# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sixth_database" version = "1.0.10" authors = ["Wepwawet @ Gitlab <2821893-Wepwawet@users.noreply.gitlab.com>"] description = "In memory serializing to disk Database. Mimics FourthDatabase(C#) and FifthDatabase(C++), SixthDatabase is for Rust using Serde." readme = "crateio_readme.md" keywords = ["serde", "bincode", "Database", "serializing"] categories = ["database"] license = "LGPL-3.0-or-later" repository = "https://gitlab.com/Wepwawet/sixthdatabase" [profile.dev] opt-level = 0 lto = false codegen-units = 16 debug = true debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = "s" lto = true codegen-units = 16 debug = false debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [lib] name = "sixth_database" path = "lib.rs" test = true doctest = false bench = false doc = true plugin = false proc-macro = false harness = true edition = "2018" [dependencies.bincode] version = "1.3.3" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_derive] version = "1.0.125"