# 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 = "pan_bindings" version = "1.0.11" build = "build.rs" description = "FFI bindings for the SCION PAN Path Aware Networking library" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "pan" path = "./rust/src/lib.rs" [[example]] name = "async_echo" crate-type = ["bin"] path = "examples/rust/src/async_echo.rs" [[example]] name = "main" crate-type = ["bin"] path = "examples/rust/src/main.rs" [[example]] name = "async_socket_echo" crate-type = ["bin"] path = "examples/rust/src/async_socket_echo.rs" [[example]] name = "async_socket_echo_unix" crate-type = ["bin"] path = "examples/rust/src/async_socket_echo_unix.rs" [dependencies.async-recursion2] version = "1.0.5" [dependencies.async-std] version = "1.12.0" [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.env_logger] version = "0.10.1" [dependencies.futures] version = "0.3.29" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" default-features = true [dependencies.rand_pcg] version = "0.3.1" [dependencies.scionnet] version = "0.0.7" [dependencies.simplelog] version = "^0.12.0" [dependencies.time] version = "0.3.30" [dependencies.tokio] version = "1.0" features = ["full"] [build-dependencies.bindgen] version = "0.65.1" [build-dependencies.cc] version = "1.0.83" [build-dependencies.cmake] version = "0.1.31" [build-dependencies.walkdir] version = "2"