fixtures/workspace/inside-outside/transitive/Cargo.toml (22 lines of code) (raw):
[package]
name = "transitive"
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
[features]
build-feature = []
dev-feature = []
inactive-normal = []
inactive-build = []
inactive-dev = []
extra = []
inactive2-normal = []
inactive2-build = []
inactive2-dev = []
inactive2-extra = []
inactive3-normal = []
inactive3-build = []
inactive3-dev = []
inactive3-extra = []
[workspace]