# 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 = "firebirust" version = "0.4.3" authors = ["Hajime Nakagami "] description = "Firebird client library" readme = "README.md" keywords = [ "database", "sql", ] categories = ["database"] license = "MIT" repository = "https://github.com/nakagami/firebirust" [dependencies.chacha20] version = "0.8" [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.6" [dependencies.hex] version = "0.3" [dependencies.maplit] version = "1.0" [dependencies.num-bigint] version = "0.2" [dependencies.percent-encoding] version = "2.1" [dependencies.rand] version = "0.7" [dependencies.rust-crypto] version = "0.2" [dependencies.rust_decimal] version = "1.15" [dependencies.rust_decimal_macros] version = "1.15" [dependencies.time] version = "0.1" [dependencies.url] version = "2.1" [dependencies.urlencoding] version = "2.1"