# 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 = "modular-sys" version = "0.1.0" description = "Native bindings to modular-rs" license = "MIT OR Apache-2.0" repository = "https://github.com/Flassie/modular" resolver = "1" [dependencies.anyhow] version = "1" optional = true [dependencies.async-trait] version = "0.1" optional = true [dependencies.bytes] version = "1" optional = true [dependencies.futures-util] version = "0.3" optional = true [dependencies.libloading] version = "0.7" optional = true [dependencies.once_cell] version = "1" optional = true [dependencies.parking_lot] version = "0.12" features = ["send_guard"] optional = true [dependencies.tokio] version = "1" features = ["rt"] optional = true [dependencies.tower] version = "0.4" optional = true [features] core = [ "dep:bytes", "dep:tower", "dep:async-trait", "dep:futures-util", "dep:anyhow", "dep:parking_lot", ] dll = [ "core", "dep:libloading", "dep:once_cell", "dep:tokio", ]