[package] name = "rbs" version = "4.5.24" edition = "2021" description = "Serialization framework for ORM" readme = "Readme.md" authors = ["ce "] license = "Apache-2.0" categories = ["database"] keywords = ["database", "orm", "mysql", "postgres", "sqlite"] documentation = "https://rbatis.github.io/rbatis.io" repository = "https://github.com/rbatis/rbatis" homepage = "https://rbatis.github.io/rbatis.io" [features] default = [] #debug_mode will can see MapDeserializer key debug_mode = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } indexmap = "2.5"