# 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 = "survex-rs" version = "0.1.7" authors = ["Andrew Northall "] include = [ "**/*.rs", "lib/**/*", "Cargo.toml", "README.md", "LICENCE", ] description = "Rust bindings for the Survex 3D image processor." homepage = "https://github.com/anorthall/survex-rs" readme = "README.md" keywords = [ "caving", "caves", "cave-survey", "survex", "bindings", ] categories = [ "api-bindings", "external-ffi-bindings", "science::geo", ] license = "GPL-3.0-only" repository = "https://github.com/anorthall/survex-rs" [dependencies.log] version = "0.4" [dependencies.petgraph] version = "0.6.3" [dependencies.uuid] version = "1.4.1" features = [ "v4", "fast-rng", ] [build-dependencies.bindgen] version = "0.66.1"