# 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" rust-version = "1.68.0" name = "libpobsd" version = "0.4.0" authors = ["Hukadan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library to interact with the PlayOnBSD database " homepage = "https://github.com/playonbsd-rs/pobsd-lib" documentation = "https://docs.rs/libpobsd" readme = "README.md" keywords = [ "OpenBSD", "PlayOnBSD", ] license = "MIT" repository = "https://github.com/playonbsd-rs/pobsd-lib" [lib] name = "libpobsd" path = "src/lib.rs" [[test]] name = "db_integration_tests" path = "tests/db_integration_tests.rs" [[test]] name = "parser_integration_tests" path = "tests/parser_integration_tests.rs" [[test]] name = "query_result_integration_tests" path = "tests/query_result_integration_tests.rs" [dependencies.chrono] version = "0.4.35" features = ["serde"] [dependencies.hash32] version = "0.3.1" [dependencies.paste] version = "1.0.12" [dependencies.regex] version = "1.7.3" [dependencies.serde] version = "1" features = ["derive"] optional = true [features] default = ["serde"] serde = ["dep:serde"]