# 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 = "lightspeed_cms" version = "0.55.1" authors = ["Francesco Cina "] description = "LightSpeed" homepage = "https://github.com/LightHero/lightspeed" readme = "README.md" keywords = [] license = "MIT" repository = "https://github.com/LightHero/lightspeed" resolver = "1" [dependencies.async-trait] version = "0.1" [dependencies.c3p0] version = "0.68" features = [ "postgres", "migrate", "postgres", "migrate", ] [dependencies.lightspeed_cache] version = "0.55.1" [dependencies.lightspeed_core] version = "0.55.1" features = ["c3p0"] [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dev-dependencies.config] version = "0.13" [dev-dependencies.lightspeed_logger] version = "0.55.1" [dev-dependencies.maybe-single] version = "0.15.0" features = ["async"] [dev-dependencies.testcontainers] version = "0.1" features = ["postgres"] package = "testcontainers-modules" [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread"] default-features = false