[package] authors = ["FL03 (https://github.com/FL03)"] categories = [] description = "Sandbox" edition = "2021" homepage = "https://fl03.github.io/rs-sandbox" keywords = ["sandbox"] license = "MIT" name = "rs-sandbox-core" repository = "https://github.com/FL03/rs-sandbox" version = "0.1.0" # TODO: Update package version [lib] crate-type = ["cdylib", "rlib"] test = true [dependencies] bson = { features = ["chrono-0_4", "serde_with"], version = "2.3.0" } chrono = "0.4.19" clap = { features = ["derive"], version = "3.2.15" } config = "0.13.1" rand = "0.8.5" serde = { features = ["derive"], version = "1.0.140" } serde_json = "1.0.82" [dependencies.scsys] features = ["full"] optional = false version = "0.1.9"