fixtures/workspace/inside-outside/x86-active/Cargo.toml (15 lines of code) (raw):

[package] name = "x86-active" version = "0.1.0" authors = ["Fake Author <fakeauthor@example.com>"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] transitive = { path = "../transitive", features = ["inactive2-normal"] } [build-dependencies] transitive = { path = "../transitive", features = ["inactive2-build"] } [dev-dependencies] transitive = { path = "../transitive", features = ["inactive2-dev"] } [features] extra = ["transitive/inactive2-extra"] [workspace]