# 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 = "metacall" version = "0.4.2" authors = [ "Mahdi Sharifi ", "Vicente Eduardo Ferrer Garcia ", "Swarnim Arun ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Call NodeJS, TypeScript, Python, C#, Ruby... functions from Rust (a Rust Port for MetaCall)." readme = "README.md" keywords = [ "ffi", "polyglot", "metacall", "inter-language", "polyglot-programming", ] license = "Apache-2.0" repository = "https://github.com/metacall/core/tree/develop/source/ports/rs_port" [lib] name = "metacall" crate-type = ["lib"] path = "src/lib.rs" doctest = false edition = "2021" [[test]] name = "inlines_test" path = "tests/inlines_test.rs" [[test]] name = "invalid_loaders_test" path = "tests/invalid_loaders_test.rs" [[test]] name = "loaders_test" path = "tests/loaders_test.rs" [[test]] name = "metacall_exception_test" path = "tests/metacall_exception_test.rs" [[test]] name = "metacall_test" path = "tests/metacall_test.rs" [dependencies.metacall-inline] version = "0.2.0"