# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "librollenspielsache" version = "0.1.2" authors = ["Ben Lovy "] include = ["**/*.rs", "Cargo.toml"] description = "API for working with tabletop RPG entities." homepage = "https://crates.io/crates/librollenspielsache" documentation = "https://docs.rs/librollenspielsache" readme = "README.md" keywords = ["fun"] license = "BSD-3-Clause" repository = "https://github.com/deciduously/librollenspielsache" [profile.release] lto = true [lib] name = "rollenspielsache" crate-type = ["cdylib", "rlib"] [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.r2d2_redis] version = "0.13" [dependencies.rand] version = "0.7" features = ["small_rng"] [dependencies.redis] version = "0.15" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.pretty_assertions] version = "0.6"