# 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 = "atmosphere-core" version = "0.3.1" authors = [ "Florian Eich ", "Mara Schulke ", "Nicolas Vizzari-Trinquier ", ] description = "Core trait system and types for the atmosphere project" license = "Apache-2.0" repository = "https://github.com/helsing-ai/atmosphere" [package.metadata.docs.rs] features = ["postgres"] [dependencies.async-trait] version = "0.1" [dependencies.lazy_static] version = "1" [dependencies.miette] version = "5.10.0" [dependencies.sqlx] version = "0.8" features = ["chrono"] [dependencies.thiserror] version = "1" [features] default = ["runtime-tokio-rustls"] mysql = ["sqlx/mysql"] postgres = ["sqlx/postgres"] runtime-async-std-native-tls = ["sqlx/runtime-async-std-native-tls"] runtime-async-std-rustls = ["sqlx/runtime-async-std-rustls"] runtime-tokio-native-tls = ["sqlx/runtime-tokio-native-tls"] runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls"] sqlite = ["sqlx/sqlite"]