Documentation
# 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]
name = "tiny"
version = "0.4.5"
authors = ["Ömer Sinan Ağacan <omeragacan@gmail.com>"]
description = "An IRC client"
readme = "README.md"
keywords = ["irc"]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/osa1/tiny"
[profile.release]
lto = true

[lib]
name = "tiny"
path = "src/lib.rs"

[[bin]]
name = "tiny"
path = "bin/main.rs"
[dependencies.base64]
version = "0.6.0"

[dependencies.dirs]
version = "1.0.2"

[dependencies.libc]
version = "0.2.22"

[dependencies.mio]
version = "0.6.9"

[dependencies.native-tls]
version = "0.2.2"

[dependencies.net2]
version = "0.2.23"

[dependencies.notify-rust]
version = "3"

[dependencies.serde]
version = "1.0.8"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.7.1"

[dependencies.take_mut]
version = "0.2.0"

[dependencies.tempfile]
version = "3.0.3"

[dependencies.term_input]
version = "0.1.5"

[dependencies.termbox_simple]
version = "0.2.3"

[dependencies.time]
version = "0.1"
[dev-dependencies.quickcheck]
version = "0.3"
[badges.travis-ci]
repository = "osa1/tiny"