# 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 = "ianaio" version = "0.1.7" authors = ["Jaroslaw Cichon IanaIO Rust and WebAssembly Working Group"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "IanaIO backend frontend written in Rust Web Assembly RustWasm TS website." homepage = "https://www.iana.io" documentation = "https://docs.iana.io/rustwasm/ianaio" readme = "README.md" keywords = [ "ianaio", "rust", "assembly", "backend", "frontend", ] categories = [ "command-line-utilities", "rust-systemd", "production-tools::cargo-plugins", ] license-file = "LICENSE.txt" repository = "https://github.com/ianaio/ianaio" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "ianaio" path = "src/lib.rs" [dependencies.ianaio-console] version = "0.1.2" optional = true [dependencies.ianaio-dialogs] version = "0.1.1" optional = true [dependencies.ianaio-events] version = "0.1.0" optional = true [dependencies.ianaio-file] version = "0.1.0" optional = true [dependencies.ianaio-history] version = "0.1.0" optional = true [dependencies.ianaio-net] version = "0.1.0" optional = true [dependencies.ianaio-render] version = "0.1.0" optional = true [dependencies.ianaio-storage] version = "0.1.0" optional = true [dependencies.ianaio-timers] version = "0.1.1" optional = true [dependencies.ianaio-utils] version = "0.1.1" optional = true [dependencies.ianaio-worker] version = "0.1.2" optional = true [features] console = ["ianaio-console"] default = [ "timers", "events", "file", "dialogs", "storage", "render", "console", "utils", "history", "worker", "net", ] dialogs = ["ianaio-dialogs"] events = ["ianaio-events"] file = ["ianaio-file"] futures = [ "timers", "file", "worker", "ianaio-timers/futures", "ianaio-file/futures", "ianaio-worker/futures", ] history = ["ianaio-history"] net = ["ianaio-net"] render = ["ianaio-render"] storage = ["ianaio-storage"] timers = ["ianaio-timers"] utils = ["ianaio-utils"] worker = ["ianaio-worker"]