# 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" rust-version = "1.81.0" name = "njord" version = "0.4.0" authors = ["Marcus Cvjeticanin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight ORM library in Rust." homepage = "https://njord.rs" documentation = "https://docs.rs/njord/latest/njord/" readme = "README.md" keywords = [ "orm", "database", "sql", ] license = "BSD-3-Clause" repository = "https://github.com/njord-rs/njord" [lib] name = "njord" path = "src/lib.rs" [[test]] name = "mysql_tests" path = "tests/mysql/mod.rs" [[test]] name = "sqlite_tests" path = "tests/sqlite/mod.rs" [dependencies.log] version = "0.4.22" [dependencies.mysql] version = "25.0.1" [dependencies.njord_derive] version = "0.4.0" [dependencies.rand] version = "0.8.4" [dependencies.rusqlite] version = "0.32.1" features = ["bundled"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dev-dependencies.njord_derive] version = "0.4.0" [features] default = ["sqlite"] mysql = [] sqlite = [] [target."cfg(any())".dependencies.njord_derive] version = "0.4.0"