# 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 = "todel" version = "0.3.3" description = "The Eludris shared models and logic crate" homepage = "https://github.com/eludris/eludris" documentation = "https://docs.rs/todel" readme = "README.md" keywords = ["eludris"] license = "MIT" repository = "https://github.com/eludris/eludris" resolver = "1" [dependencies.anyhow] version = "1.0.71" optional = true [dependencies.ffprobe] version = "0.3.3" optional = true [dependencies.image] version = "0.24.5" optional = true [dependencies.imagesize] version = "0.10.1" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.log] version = "0.4.17" optional = true [dependencies.rocket] version = "0.5.0-rc.2" features = ["json"] optional = true [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.sha256] version = "1.1.1" optional = true [dependencies.sqlx] version = "0.6.3" features = [ "runtime-tokio-rustls", "macros", "mysql", "offline", ] optional = true [dependencies.todel_codegen] version = "0.3.2" [dependencies.tokio] version = "1.22.0" optional = true [dependencies.toml] version = "0.5.9" optional = true [dependencies.tree_magic_mini] version = "3.0.3" optional = true [dependencies.ubyte] version = "0.10.3" features = ["serde"] [dependencies.url] version = "2.2.2" [features] http = [ "logic", "dep:rocket", "dep:tree_magic_mini", "dep:sha256", "dep:imagesize", "dep:ffprobe", "dep:image", ] logic = [ "dep:toml", "dep:lazy_static", "dep:anyhow", "dep:sqlx", "dep:log", "dep:tokio", ]