# 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 = "libmysofa-sys" version = "0.2.1" authors = ["Tomasz Andrzejak "] build = "build.rs" links = "mysofa" exclude = ["libmysofa/tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "Low level binding for libmysofa library" homepage = "https://github.com/andreiltd/sofar" readme = "README.md" categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/andreiltd/sofar" [package.metadata.cargo-machete] ignored = ["libz-sys"] [package.metadata.system-deps] libmysofa = "1.3" [lib] name = "libmysofa_sys" path = "src/lib.rs" [dependencies.libz-sys] version = "1.1" features = [ "static", "libc", ] default-features = false [build-dependencies.cc] version = "1.0.101" [build-dependencies.system-deps] version = "7.0"