# 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 = "nucomcore" version = "0.1.1" include = [ "build.rs", "include", "src", "!*.c", "!*.cpp", "!*.h", ] description = "Nucom, cross-platform Component Object Model implementation" homepage = "https://git.dblsaiko.net/nucom" readme = "README.md" keywords = [ "nucom", "com", ] license = "MIT" repository = "https://git.dblsaiko.net/nucom" resolver = "1" [dependencies.nuidl] version = "0.1.1" [dependencies.paste] version = "1.0.14" [dependencies.uuid] version = "1.3.1" [build-dependencies.nuidl] version = "0.1.1"