# 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 = "pgml-dashboard" version = "0.1.1" authors = ["Lev Kokotov "] include = [ "src/", "sqlx-data.json", "templates/", "migrations/", "static/", ] description = "Web dashboard for PostgresML, an end-to-end machine learning platform for PostgreSQL" homepage = "https://postgresml.org" license = "MIT" repository = "https://github.com/postgremsl/postgresml" [dependencies.anyhow] version = "1" [dependencies.bigdecimal] version = "0.3" [dependencies.chrono] version = "0.4" [dependencies.comrak] version = "0.15" [dependencies.csv-async] version = "1" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.rocket] version = "0.5.0-rc.2" features = ["secrets"] [dependencies.sailfish] version = "0.5.0" [dependencies.serde_json] version = "1" [dependencies.sqlx] version = "0.6" features = [ "runtime-tokio-rustls", "postgres", "json", "tls", "migrate", "time", "uuid", "bigdecimal", "offline", ] [dependencies.tokio] version = "1" features = ["full"]