# 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 = "idkthings_core" version = "0.1.1" description = "core stuff for idkthings" license = "MIT" resolver = "1" [lib] [dependencies.async-graphql] version = "4.0" features = [ "uuid", "chrono", ] [dependencies.async-graphql-poem] version = "4.0.15" [dependencies.async-trait] version = "0.1.57" [dependencies.bson] version = "2.4.0" features = ["uuid-1"] [dependencies.env_logger] version = "0.9.0" [dependencies.idkthings_core_macros] version = "0.1.0" [dependencies.log] version = "0.4" [dependencies.poem] version = "1.3.45" [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.serde] version = "1.0.147" [dependencies.serde_json] version = "1.0.91" [dependencies.sqlx] version = "0.6.2" features = [ "runtime-tokio-native-tls", "postgres", "migrate", ] [dependencies.uuid] version = "1.2.1"