# 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 = "r2d2-jfs" version = "0.2.0" authors = ["Markus Kohlhase "] description = "JFS support for the r2d2 connection pool" documentation = "https://docs.rs/r2d2-jfs/" readme = "README.md" keywords = ["json", "r2d2", "pool"] license = "Apache-2.0 OR MIT" repository = "https://github.com/flosse/r2d2-jfs" resolver = "2" [dependencies.jfs] version = "0.7" [dependencies.r2d2] version = "0.8" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.tempdir] version = "0.3"