# 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 = "flashpoint-archive" version = "0.9.0" exclude = ["benches/"] description = "Library to access Flashpoint Archive's database and misc related functions" homepage = "https://flashpointarchive.org/" readme = "README.md" keywords = [ "webgames", "archive", "flashpoint", ] license = "MIT" repository = "https://github.com/FlashpointProject/FPA-Rust/" [[bench]] name = "db_bench" path = "benches/db_bench.rs" harness = false [dependencies.chrono] version = "0.4.31" [dependencies.fancy-regex] version = "0.13" [dependencies.fs_extra] version = "1.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.meval] version = "0.2" [dependencies.napi] version = "2" features = ["chrono_date"] optional = true [dependencies.napi-derive] version = "2" optional = true [dependencies.r2d2] version = "0.8" [dependencies.r2d2_sqlite] version = "0.23.0" [dependencies.rusqlite] version = "0.30.0" features = [ "chrono", "array", "bundled", ] [dependencies.rusqlite_migration] version = "1.1.0" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.snafu] version = "0.8.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1.6.1" features = ["v4"] [dev-dependencies.criterion] version = "0.5.1" features = ["async_tokio"] [features] napi = [ "dep:napi-derive", "dep:napi", ] serde = ["dep:serde"]