-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build-sys: Adjust for merge of ostree-rs
Fix up the paths for the crates now that the Rust bindings are in `rust/`. We can't today include the test suite because it depends on `ostree-rs-ext` which would make everything circular. (Building that now requires a separate `cd tests/inst && cargo build`)
- Loading branch information
Showing
3 changed files
with
95 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,94 @@ | ||
# Today, this repository only uses Rust for tests. This | ||
# toplevel Cargo.toml helps tools like rust-analyzer understand | ||
# that this project contains Rust code. We don't otherwise currently | ||
# use `cargo` for any part of the core build. | ||
[package] | ||
authors = ["Felix Krull"] | ||
description = "Rust bindings for libostree" | ||
documentation = "https://docs.rs/ostree" | ||
edition = "2018" | ||
keywords = ["ostree", "libostree"] | ||
license = "MIT" | ||
name = "ostree" | ||
readme = "README.md" | ||
repository = "https://github.com/ostreedev/ostree-rs" | ||
version = "0.13.6" | ||
|
||
exclude = [ | ||
"rust-bindings/conf/**", | ||
"rust-bindings/gir-files/**", | ||
"rust-bindings/sys/**", | ||
".gitlab-ci.yml", | ||
"LICENSE.LGPL*", | ||
] | ||
|
||
[package.metadata.docs.rs] | ||
features = ["dox"] | ||
|
||
[lib] | ||
name = "ostree" | ||
path = "rust-bindings/src/lib.rs" | ||
|
||
[workspace] | ||
members = ["tests/inst"] | ||
members = [".", "rust-bindings/sys"] | ||
|
||
[dependencies] | ||
bitflags = "1.2.1" | ||
cap-std = { version = "0.24", optional = true} | ||
io-lifetimes = { version = "0.5", optional = true} | ||
ffi = { package = "ostree-sys", path = "rust-bindings/sys", version = "0.9.1" } | ||
gio = "0.14" | ||
glib = "0.14.4" | ||
hex = "0.4.2" | ||
libc = "0.2" | ||
once_cell = "1.4.0" | ||
radix64 = "0.6.2" | ||
thiserror = "1.0.20" | ||
|
||
[dev-dependencies] | ||
maplit = "1.0.2" | ||
openat = "0.1.19" | ||
tempfile = "3" | ||
cap-tempfile = "0.24" | ||
|
||
[features] | ||
cap-std-apis = ["cap-std", "io-lifetimes", "v2017_10"] | ||
dox = ["ffi/dox"] | ||
v2014_9 = ["ffi/v2014_9"] | ||
v2015_7 = ["v2014_9", "ffi/v2015_7"] | ||
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"] | ||
v2016_14 = ["v2016_8", "ffi/v2016_14"] | ||
v2017_1 = ["v2016_14", "ffi/v2017_1"] | ||
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"] | ||
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"] | ||
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"] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters