# 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 = "nuidl" version = "0.1.1" description = "The nucom IDL compiler" homepage = "https://git.dblsaiko.net/nucom" readme = "README.md" keywords = [ "nucom", "com", ] license = "MIT" repository = "https://git.dblsaiko.net/nucom" resolver = "1" [dependencies.clap] version = "4.1.6" [dependencies.nuidl-lib] version = "0.1.1" [dependencies.nuidl-macro] version = "0.1.1" optional = true [features] cargo = ["nuidl-lib/cargo"] default = [ "cargo", "macro", ] macro = ["dep:nuidl-macro"]