macluhan 0.1.1

The medium is the message
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "macluhan"
version = "0.1.1"
authors = ["iriri"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The medium is the message"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/iriri/macluhan"

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

[dependencies.heveanly]
version = "0.1"

[dependencies.libc]
version = "0.2"
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "net",
    "rt",
]
optional = true

[features]
nightly = ["heveanly/nightly"]
tokio = [
    "dep:tokio",
    "heveanly/std",
]