intermodal/Cargo.toml
Casey Rodarmor 9f83661374
Configure clippy and lint on push
Enable as many lints as I can stand. I'll definitely add more exceptions as
`clippy::pedantic` and `clippy::restriction` wear me down.

type: testing
2020-04-07 18:55:45 -07:00

31 lines
781 B
TOML

[package]
name = "imdl"
version = "0.0.0"
description = "📦 A 40' shipping container for the internet"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
license = "CC0-1.0"
readme = "README.md"
keywords = ["p2p", "sharing", "bittorrent", "torrent"]
categories = ["command-line-utilities"]
homepage = "https://github.com/casey/intermodal"
repository = "https://github.com/casey/intermodal"
edition = "2018"
[dependencies]
libc = "0.2"
md5 = "0.7"
regex = "1"
serde_bencode = "0.2"
serde_bytes = "0.11"
sha1 = "0.6"
snafu = "0.6"
structopt = "0.3"
tempfile = "3"
url = "2"
walkdir = "2"
static_assertions = "1.1.0"
[dependencies.serde]
version = "1"
features = ["derive"]