# 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 = "rbs" version = "4.5.24" authors = ["ce "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Serialization framework for ORM" homepage = "https://rbatis.github.io/rbatis.io" documentation = "https://rbatis.github.io/rbatis.io" readme = "Readme.md" keywords = [ "database", "orm", "mysql", "postgres", "sqlite", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/rbatis/rbatis" [lib] name = "rbs" path = "src/lib.rs" [dependencies.indexmap] version = "2.5" [dependencies.serde] version = "1.0" features = ["derive"] [features] debug_mode = [] default = []