Page MenuHomeDevCentral

Cargo.toml
No OneTemporary

Cargo.toml

[package]
name = "limiting-factor"
version = "0.7.2"
authors = [
"Sébastien Santoro <dereckson@espace-win.org>",
]
description = "Library to create a REST API with Diesel and Rocket"
readme = "README.md"
keywords = [
"Diesel",
"API",
"Rocket",
"REST",
]
categories = [
"web-programming",
]
license = "BSD-2-Clause"
repository = "https://devcentral.nasqueron.org/source/limiting-factor/"
[dependencies]
diesel = { version = "^1.4.7", features = ["postgres", "r2d2", "chrono"], optional = true }
dotenv = "^0.15.0"
log = "^0.4.14"
r2d2 = { version = "^0.8.9", optional = true }
rocket = "^0.4.10"
rocket_contrib = { version = "^0.4.10", features = [ "json" ] }
serde = { version = "^1.0.130", optional = true }
[features]
default = ["minimal"]
minimal = ["serialization"]
full = ["pgsql", "serialization"]
pgsql = ["diesel", "r2d2"]
serialization = ["serde"]

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 21, 07:21 (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3523573
Default Alt Text
Cargo.toml (886 B)

Event Timeline