[package] name = "test-package" version = "0.0.1" license = "MPL-2.0" publish = false [features] test-feature = [] [dev-dependencies] test-package = { path = "." } other-name = { package = "test-package", path = "." }