# 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 = "cortexo" version = "0.2.0" description = "An exocortex app to help keep me productive and organized" license = "MIT" repository = "https://github.com/chordtoll/cortexo" [dependencies.async-recursion] version = "1.0.4" [dependencies.futures] version = "0.3.28" [dependencies.html-escape] version = "0.2.13" [dependencies.rocket] version = "0.5.0-rc.3" [dependencies.rocket_db_pools] version = "0.1.0-rc.3" features = ["sqlx_sqlite"] [dependencies.rocket_dyn_templates] version = "0.1.0-rc.3" features = ["tera"] [dependencies.sea-orm] version = "0.11" features = [ "sqlx-sqlite", "runtime-tokio-rustls", "macros", "debug-print", ] [dependencies.sea-orm-migration] version = "0.11" [dependencies.serde] version = "1.0.181" features = ["derive"] [dependencies.tokio] version = "1.29.1" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17"