# 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 = "land-core" version = "0.0.4" authors = ["fuxiaohei "] description = "The CLI for the Runtime Land" documentation = "https://runtime.land" readme = "README.md" keywords = [ "webassembly", "wasm", "serverless", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/fuxiaohei/runtime.land" [lib] doctest = false [dependencies.anyhow] version = "1.0.71" [dependencies.bcrypt] version = "0.14.0" [dependencies.chrono] version = "0.4.26" [dependencies.envconfig] version = "0.10.0" [dependencies.futures] version = "0.3.28" [dependencies.land-migration] version = "0.0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1.18.0" [dependencies.opendal] version = "0.37.0" features = [ "services-fs", "services-redis", ] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.sea-orm] version = "0.11.3" features = [ "sqlx-mysql", "runtime-tokio-rustls", ] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.time] version = "0.3.22" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.toml] version = "0.7.4" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "time", "local-time", "env-filter", ] [dependencies.uuid] version = "1.3.3" features = ["v4"] [build-dependencies.vergen] version = "8.2.1" features = [ "build", "cargo", ]