# 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 = "2018" name = "babeltrace2-sys" version = "0.3.1" authors = ["Jon Lamb "] build = "build.rs" links = "babeltrace2" description = "Rust sys crate for babeltrace2" homepage = "https://babeltrace.org/" documentation = "https://docs.rs/babeltrace2-sys" readme = "README.md" license = "MIT" repository = "https://github.com/auxoncorp/babeltrace2-sys" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.ordered-float] version = "3.2.0" default-features = false [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.1.2" features = ["v5"] [dev-dependencies.ctrlc] version = "3.2" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tempfile] version = "3.3" [dev-dependencies.url] version = "2.3" [build-dependencies.autotools] version = "0.2" [build-dependencies.pkg-config] version = "0.3" [features] test = []