# 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 = "dsf-rpc" version = "0.2.0" authors = ["ryan "] description = "DSF RPC object/message definitions" keywords = ["DSF"] license = "MPL-2.0" repository = "https://github.com/dist-svc/dsf-rpc" [dependencies.async-trait] version = "0.1.21" [dependencies.chrono] version = "0.4.10" features = ["serde"] [dependencies.chrono-english] version = "0.1.4" [dependencies.chrono-humanize] version = "0.0.11" [dependencies.colored] version = "1.9.0" [dependencies.diesel] version = "1.4.3" optional = true [dependencies.dsf-core] version = "0.2.0" features = ["serde", "std"] [dependencies.futures] version = "0.3.1" [dependencies.humantime] version = "1.3.0" [dependencies.rand] version = "0.7.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3.5" [dependencies.strum] version = "0.17.1" [dependencies.strum_macros] version = "0.17.1" [features] default = ["std", "diesel"] std = []