Skip to content

Instantly share code, notes, and snippets.

@QuietMisdreavus
Created October 15, 2018 19:07
Show Gist options
  • Select an option

  • Save QuietMisdreavus/588f5fa47da15e004786abaf37cab022 to your computer and use it in GitHub Desktop.

Select an option

Save QuietMisdreavus/588f5fa47da15e004786abaf37cab022 to your computer and use it in GitHub Desktop.
[package]
name = "cratesfyi"
version = "0.5.0"
authors = ["Onur Aslan <[email protected]>"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/onur/cratesfyi"
build = "build.rs"
[dependencies]
log = "0.3"
rustc-serialize = "0.3"
regex = "0.2"
clap = "2"
crates-index-diff = "4"
git2 = "0.7"
time = "0.1"
reqwest = "0.9"
semver = "0.9"
slug = "=0.1.1"
env_logger = "0.4"
magic = "0.12"
r2d2 = "0.7"
r2d2_postgres = "0.12"
url = "1.4"
libc = "0.2"
badge = { version = "0", path = "src/web/badge" }
error-chain = "0.12"
comrak = { version = "0.2.10", default-features = false }
toml = "0.4"
html5ever = "0.22"
cargo = "0.30"
# iron dependencies
iron = "0.5"
router = "0.5"
handlebars-iron = "0.22"
params = "0.6"
staticfile = { version = "0.4", features = [ "cache" ] }
[dependencies.postgres]
version = "0.14"
features = [ "with-time", "with-rustc-serialize" ]
[dev-dependencies]
tempdir = "0.3"
[build-dependencies]
time = "0.1"
git2 = "0.7"
sass-rs = "0.2"
[[bin]]
name = "cratesfyi"
test = false
doc = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment