# 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 = "world-tables-server" version = "0.1.0" authors = ["Hilton Medeiros"] description = "Server for world-tables" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/hiltonm/world-tables" resolver = "1" [dependencies.anyhow] version = "1" [dependencies.axum] version = "0.6" [dependencies.directories] version = "4.0" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.r2d2] version = "0.8" [dependencies.r2d2_sqlite] version = "0.21" [dependencies.rusqlite] version = "0.28" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.25" features = ["full"] [dependencies.tower-http] version = "0.3" features = ["compression-full"] [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.world-tables-base] version = "0.1" [dependencies.world-tables-data] version = "0.1"