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