# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "yadms-storage" version = "0.2.0" authors = ["Mike Cronce "] description = "Document storage library; deals with filesystem and database interactions. Used at the core of YADMS." license = "MIT" [profile.dev] opt-level = 0 debug = true [profile.release] opt-level = 3 lto = "fat" debug = false panic = "abort" [dependencies.chrono] version = "^0.4" features = ["serde"] [dependencies.futures] version = "^0.3" [dependencies.hex] version = "^0.4" features = ["serde"] [dependencies.md5] version = "^0.7" [dependencies.num_cpus] version = "^1" [dependencies.path_abs] version = "^0.5" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.sqlx] version = "^0.3" features = ["chrono", "macros", "runtime-tokio"] default-features = false [dependencies.tokio] version = "^0.2" [features] default = ["mysql"] mysql = ["sqlx/mysql"]