# 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" rust-version = "1.70.0" name = "ostree" version = "0.19.1" authors = ["Felix Krull"] exclude = [ "/*.am", "/apidoc", "/autogen.sh", "/bash", "/bsdiff", "/build-aux", "/buildutil", "/*.mk", "/ci", "/coccinelle", "/*.ac", "/docs", "/libglnx", "/man", "/manual-tests", "/*.yml", "/*.doap", "/src", "/tests", "/.github", "/.cci.jenkinsfile", "/.dir-locals.el", "/.editorconfig", "/.vimrc", "/.copr", "/.packit.yaml", "/GNUmakefile", "TODO", "composefs", "/rust-bindings/conf/**", "/rust-bindings/gir-files/**", "/rust-bindings/sys/**", ] description = "Rust bindings for libostree" documentation = "https://docs.rs/ostree" readme = "rust-bindings/README.md" keywords = [ "ostree", "libostree", ] license = "MIT" repository = "https://github.com/ostreedev/ostree" [package.metadata.docs.rs] features = ["dox"] [lib] name = "ostree" path = "rust-bindings/src/lib.rs" [[test]] name = "integration" path = "rust-bindings/tests/tests.rs" [dependencies.base64] version = "0.20.0" [dependencies.bitflags] version = "1.2.1" [dependencies.ffi] version = "0.14.0" package = "ostree-sys" [dependencies.gio] version = "0.18" [dependencies.glib] version = "0.18" [dependencies.hex] version = "0.4.2" [dependencies.libc] version = "0.2" [dependencies.once_cell] version = "1.4.0" [dependencies.thiserror] version = "1.0.20" [dev-dependencies.cap-tempfile] version = "2" [dev-dependencies.io-lifetimes] version = "1" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.tempfile] version = "3" [features] dox = ["ffi/dox"] v2014_9 = ["ffi/v2014_9"] v2015_7 = [ "v2014_9", "ffi/v2015_7", ] v2016_14 = [ "v2016_8", "ffi/v2016_14", ] v2016_3 = [ "v2015_7", "ffi/v2016_3", ] v2016_4 = [ "v2016_3", "ffi/v2016_4", ] v2016_5 = [ "v2016_4", "ffi/v2016_5", ] v2016_6 = [ "v2016_5", "ffi/v2016_6", ] v2016_7 = [ "v2016_6", "ffi/v2016_7", ] v2016_8 = [ "v2016_7", "ffi/v2016_8", ] v2017_1 = [ "v2016_14", "ffi/v2017_1", ] v2017_10 = [ "v2017_9", "ffi/v2017_10", ] v2017_11 = [ "v2017_10", "ffi/v2017_11", ] v2017_12 = [ "v2017_11", "ffi/v2017_12", ] v2017_13 = [ "v2017_12", "ffi/v2017_13", ] v2017_15 = [ "v2017_13", "ffi/v2017_15", ] v2017_2 = [ "v2017_1", "ffi/v2017_2", ] v2017_3 = [ "v2017_2", "ffi/v2017_3", ] v2017_4 = [ "v2017_3", "ffi/v2017_4", ] v2017_6 = [ "v2017_4", "ffi/v2017_6", ] v2017_7 = [ "v2017_6", "ffi/v2017_7", ] v2017_8 = [ "v2017_7", "ffi/v2017_8", ] v2017_9 = [ "v2017_8", "ffi/v2017_9", ] v2018_2 = [ "v2017_15", "ffi/v2018_2", ] v2018_3 = [ "v2018_2", "ffi/v2018_3", ] v2018_5 = [ "v2018_3", "ffi/v2018_5", ] v2018_6 = [ "v2018_5", "ffi/v2018_6", ] v2018_7 = [ "v2018_6", "ffi/v2018_7", ] v2018_9 = [ "v2018_7", "ffi/v2018_9", ] v2019_2 = [ "v2018_9", "ffi/v2019_2", ] v2019_3 = [ "v2019_2", "ffi/v2019_3", ] v2019_4 = [ "v2019_3", "ffi/v2019_4", ] v2019_6 = [ "v2019_4", "ffi/v2019_6", ] v2020_1 = [ "v2019_6", "ffi/v2020_1", ] v2020_2 = [ "v2020_1", "ffi/v2020_2", ] v2020_4 = [ "v2020_2", "ffi/v2020_4", ] v2020_7 = [ "v2020_4", "ffi/v2020_7", ] v2020_8 = [ "v2020_7", "ffi/v2020_8", ] v2021_1 = [ "v2020_8", "ffi/v2021_1", ] v2021_2 = [ "v2021_1", "ffi/v2021_2", ] v2021_3 = [ "v2021_2", "ffi/v2021_3", ] v2021_4 = [ "v2021_3", "ffi/v2021_4", ] v2021_5 = [ "v2021_4", "ffi/v2021_5", ] v2022_5 = [ "v2021_5", "ffi/v2022_5", ] v2022_6 = [ "v2022_5", "ffi/v2022_6", ]