# 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 = "canyon_connection" version = "0.5.0" authors = ["Alex Vergara, Gonzalo Busto Musi"] description = "A Rust ORM and QueryBuilder" homepage = "https://github.com/zerodaycode/Canyon-SQL" documentation = "https://zerodaycode.github.io/canyon-book/" readme = "README.md" license = "MIT" [dependencies.async-std] version = "1.12.0" optional = true [dependencies.futures] version = "0.3.25" [dependencies.indexmap] version = "1.9.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.mysql_async] version = "0.32.2" optional = true [dependencies.mysql_common] version = "0.30.6" features = ["chrono"] optional = true [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.tiberius] version = "0.12.1" features = [ "tds73", "chrono", "integrated-auth-gssapi", ] optional = true [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tokio-postgres] version = "0.7.2" features = ["with-chrono-0_4"] optional = true [dependencies.tokio-util] version = "0.7.4" features = ["compat"] [dependencies.toml] version = "0.7.3" [dependencies.walkdir] version = "2.3.3" [features] mssql = [ "tiberius", "async-std", ] mysql = [ "mysql_async", "mysql_common", ] postgres = ["tokio-postgres"]