diff --git a/examples/fee-forwarder-permissioned/Cargo.toml b/examples/fee-forwarder-permissioned/Cargo.toml index dcfd694e3..592a9e734 100644 --- a/examples/fee-forwarder-permissioned/Cargo.toml +++ b/examples/fee-forwarder-permissioned/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/fee-forwarder-permissionless/Cargo.toml b/examples/fee-forwarder-permissionless/Cargo.toml index cbca8b3ed..d7df0164e 100644 --- a/examples/fee-forwarder-permissionless/Cargo.toml +++ b/examples/fee-forwarder-permissionless/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/fungible-allowlist/Cargo.toml b/examples/fungible-allowlist/Cargo.toml index 4cf40c511..e155889e5 100644 --- a/examples/fungible-allowlist/Cargo.toml +++ b/examples/fungible-allowlist/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/fungible-blocklist/Cargo.toml b/examples/fungible-blocklist/Cargo.toml index e50d91160..372d965c2 100644 --- a/examples/fungible-blocklist/Cargo.toml +++ b/examples/fungible-blocklist/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/fungible-capped/Cargo.toml b/examples/fungible-capped/Cargo.toml index 3c9f740a8..2f74ce1aa 100644 --- a/examples/fungible-capped/Cargo.toml +++ b/examples/fungible-capped/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/fungible-governor-timelock/governor/Cargo.toml b/examples/fungible-governor-timelock/governor/Cargo.toml index 8e3c1accb..73ef83e93 100644 --- a/examples/fungible-governor-timelock/governor/Cargo.toml +++ b/examples/fungible-governor-timelock/governor/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib", "rlib"] doctest = false diff --git a/examples/fungible-governor-timelock/token/Cargo.toml b/examples/fungible-governor-timelock/token/Cargo.toml index 6467bb312..0c20a3643 100644 --- a/examples/fungible-governor-timelock/token/Cargo.toml +++ b/examples/fungible-governor-timelock/token/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/fungible-governor/governor/Cargo.toml b/examples/fungible-governor/governor/Cargo.toml index e4bf66704..ef2a1c998 100644 --- a/examples/fungible-governor/governor/Cargo.toml +++ b/examples/fungible-governor/governor/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib", "rlib"] doctest = false diff --git a/examples/fungible-governor/token/Cargo.toml b/examples/fungible-governor/token/Cargo.toml index 332d29c4b..78bf651dc 100644 --- a/examples/fungible-governor/token/Cargo.toml +++ b/examples/fungible-governor/token/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/fungible-merkle-airdrop/Cargo.toml b/examples/fungible-merkle-airdrop/Cargo.toml index 106ecdb9d..3f8feed8e 100644 --- a/examples/fungible-merkle-airdrop/Cargo.toml +++ b/examples/fungible-merkle-airdrop/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/fungible-pausable/Cargo.toml b/examples/fungible-pausable/Cargo.toml index ba8210d33..f863b0f50 100644 --- a/examples/fungible-pausable/Cargo.toml +++ b/examples/fungible-pausable/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/fungible-vault/Cargo.toml b/examples/fungible-vault/Cargo.toml index 0f432a672..ea2484da2 100644 --- a/examples/fungible-vault/Cargo.toml +++ b/examples/fungible-vault/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/fungible-votes/Cargo.toml b/examples/fungible-votes/Cargo.toml index 2cfc00e5e..dd42518b6 100644 --- a/examples/fungible-votes/Cargo.toml +++ b/examples/fungible-votes/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/merkle-voting/Cargo.toml b/examples/merkle-voting/Cargo.toml index 0919f26a6..a6f87f320 100644 --- a/examples/merkle-voting/Cargo.toml +++ b/examples/merkle-voting/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/multisig-smart-account/account/Cargo.toml b/examples/multisig-smart-account/account/Cargo.toml index 2079f980d..c1db5db3e 100644 --- a/examples/multisig-smart-account/account/Cargo.toml +++ b/examples/multisig-smart-account/account/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/multisig-smart-account/ed25519-verifier/Cargo.toml b/examples/multisig-smart-account/ed25519-verifier/Cargo.toml index 8a65f9544..11c856db8 100644 --- a/examples/multisig-smart-account/ed25519-verifier/Cargo.toml +++ b/examples/multisig-smart-account/ed25519-verifier/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/multisig-smart-account/spending-limit-policy/Cargo.toml b/examples/multisig-smart-account/spending-limit-policy/Cargo.toml index 09c0f11db..cdae89f1b 100644 --- a/examples/multisig-smart-account/spending-limit-policy/Cargo.toml +++ b/examples/multisig-smart-account/spending-limit-policy/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/multisig-smart-account/threshold-policy/Cargo.toml b/examples/multisig-smart-account/threshold-policy/Cargo.toml index ff9ed83f4..faaa22171 100644 --- a/examples/multisig-smart-account/threshold-policy/Cargo.toml +++ b/examples/multisig-smart-account/threshold-policy/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/multisig-smart-account/webauthn-verifier/Cargo.toml b/examples/multisig-smart-account/webauthn-verifier/Cargo.toml index adce39664..b100d28c7 100644 --- a/examples/multisig-smart-account/webauthn-verifier/Cargo.toml +++ b/examples/multisig-smart-account/webauthn-verifier/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/multisig-smart-account/weighted-threshold-policy/Cargo.toml b/examples/multisig-smart-account/weighted-threshold-policy/Cargo.toml index 245a7d7c3..76aae2c76 100644 --- a/examples/multisig-smart-account/weighted-threshold-policy/Cargo.toml +++ b/examples/multisig-smart-account/weighted-threshold-policy/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/nft-access-control/Cargo.toml b/examples/nft-access-control/Cargo.toml index a89af7b5b..28f08de3e 100644 --- a/examples/nft-access-control/Cargo.toml +++ b/examples/nft-access-control/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/nft-consecutive/Cargo.toml b/examples/nft-consecutive/Cargo.toml index b11bc286b..4b2552b74 100644 --- a/examples/nft-consecutive/Cargo.toml +++ b/examples/nft-consecutive/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/nft-enumerable/Cargo.toml b/examples/nft-enumerable/Cargo.toml index 8394aecca..45e39e5a6 100644 --- a/examples/nft-enumerable/Cargo.toml +++ b/examples/nft-enumerable/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/nft-royalties/Cargo.toml b/examples/nft-royalties/Cargo.toml index 5bb4da33e..cd2dd2803 100644 --- a/examples/nft-royalties/Cargo.toml +++ b/examples/nft-royalties/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/nft-sequential-minting/Cargo.toml b/examples/nft-sequential-minting/Cargo.toml index 5fb25a71d..423f3b509 100644 --- a/examples/nft-sequential-minting/Cargo.toml +++ b/examples/nft-sequential-minting/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/ownable/Cargo.toml b/examples/ownable/Cargo.toml index bf0f8a6e4..18c844316 100644 --- a/examples/ownable/Cargo.toml +++ b/examples/ownable/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/pausable/Cargo.toml b/examples/pausable/Cargo.toml index 1700ecceb..aed76ed87 100644 --- a/examples/pausable/Cargo.toml +++ b/examples/pausable/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/rwa/claim-issuer/Cargo.toml b/examples/rwa/claim-issuer/Cargo.toml index 6fee326e9..245738271 100644 --- a/examples/rwa/claim-issuer/Cargo.toml +++ b/examples/rwa/claim-issuer/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/rwa/claim-topics-and-issuers/Cargo.toml b/examples/rwa/claim-topics-and-issuers/Cargo.toml index bc800f808..859f367e7 100644 --- a/examples/rwa/claim-topics-and-issuers/Cargo.toml +++ b/examples/rwa/claim-topics-and-issuers/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/rwa/compliance/Cargo.toml b/examples/rwa/compliance/Cargo.toml index eb8fdf54e..4a7a61bd0 100644 --- a/examples/rwa/compliance/Cargo.toml +++ b/examples/rwa/compliance/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/rwa/identity-registry/Cargo.toml b/examples/rwa/identity-registry/Cargo.toml index 82cfc89c4..ff190a7b9 100644 --- a/examples/rwa/identity-registry/Cargo.toml +++ b/examples/rwa/identity-registry/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/rwa/identity-verifier/Cargo.toml b/examples/rwa/identity-verifier/Cargo.toml index f3113f98e..59ad954f1 100644 --- a/examples/rwa/identity-verifier/Cargo.toml +++ b/examples/rwa/identity-verifier/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/rwa/identity/Cargo.toml b/examples/rwa/identity/Cargo.toml index 856afdac5..5735d34f0 100644 --- a/examples/rwa/identity/Cargo.toml +++ b/examples/rwa/identity/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/rwa/sign-claim/Cargo.toml b/examples/rwa/sign-claim/Cargo.toml index d962c40fb..0d600188f 100644 --- a/examples/rwa/sign-claim/Cargo.toml +++ b/examples/rwa/sign-claim/Cargo.toml @@ -10,6 +10,9 @@ version = "0.7.0" name = "rwa-sign-claim" path = "src/main.rs" +[package.metadata.stellar] +cargo_inherit = true + [dependencies] ed25519-dalek = "2.1.1" stellar-strkey = "0.0.16" diff --git a/examples/rwa/token/Cargo.toml b/examples/rwa/token/Cargo.toml index 5250365b0..16936abdf 100644 --- a/examples/rwa/token/Cargo.toml +++ b/examples/rwa/token/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/sac-admin-generic/Cargo.toml b/examples/sac-admin-generic/Cargo.toml index b1067fdfa..affdd6fdc 100644 --- a/examples/sac-admin-generic/Cargo.toml +++ b/examples/sac-admin-generic/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/sac-admin-wrapper/Cargo.toml b/examples/sac-admin-wrapper/Cargo.toml index ceff70bf3..f0dcf0e89 100644 --- a/examples/sac-admin-wrapper/Cargo.toml +++ b/examples/sac-admin-wrapper/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/timelock-controller/Cargo.toml b/examples/timelock-controller/Cargo.toml index e2561d7ba..358e3b639 100644 --- a/examples/timelock-controller/Cargo.toml +++ b/examples/timelock-controller/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib", "rlib"] doctest = false diff --git a/examples/upgradeable/lazy-v1/Cargo.toml b/examples/upgradeable/lazy-v1/Cargo.toml index 234113d7d..6e7198c08 100644 --- a/examples/upgradeable/lazy-v1/Cargo.toml +++ b/examples/upgradeable/lazy-v1/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version = "1.0.0" +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/upgradeable/lazy-v2/Cargo.toml b/examples/upgradeable/lazy-v2/Cargo.toml index 155672935..951d56b27 100644 --- a/examples/upgradeable/lazy-v2/Cargo.toml +++ b/examples/upgradeable/lazy-v2/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version = "2.0.0" +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/upgradeable/upgrader/Cargo.toml b/examples/upgradeable/upgrader/Cargo.toml index 46f295232..a1f944527 100644 --- a/examples/upgradeable/upgrader/Cargo.toml +++ b/examples/upgradeable/upgrader/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/upgradeable/v1/Cargo.toml b/examples/upgradeable/v1/Cargo.toml index a745a7e01..8e7a92c13 100644 --- a/examples/upgradeable/v1/Cargo.toml +++ b/examples/upgradeable/v1/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version = "1.0.0" +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/examples/upgradeable/v2/Cargo.toml b/examples/upgradeable/v2/Cargo.toml index 0ed96f52a..05c4df816 100644 --- a/examples/upgradeable/v2/Cargo.toml +++ b/examples/upgradeable/v2/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version = "2.0.0" +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["cdylib"] doctest = false diff --git a/packages/access/Cargo.toml b/packages/access/Cargo.toml index 6d0bea5bb..ebdc45c1d 100644 --- a/packages/access/Cargo.toml +++ b/packages/access/Cargo.toml @@ -8,6 +8,9 @@ publish = true description = "Access Control, Ownable, and Role Transfer utilities for Stellar contracts." +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["lib", "cdylib"] doctest = false diff --git a/packages/accounts/Cargo.toml b/packages/accounts/Cargo.toml index e196a5a46..7325eab14 100644 --- a/packages/accounts/Cargo.toml +++ b/packages/accounts/Cargo.toml @@ -7,6 +7,9 @@ publish = true version.workspace = true description = "Smart Account Contracts and Utilities." +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["lib", "cdylib"] doctest = false diff --git a/packages/contract-utils/Cargo.toml b/packages/contract-utils/Cargo.toml index 7a532d01a..f0664c4c4 100644 --- a/packages/contract-utils/Cargo.toml +++ b/packages/contract-utils/Cargo.toml @@ -8,6 +8,9 @@ publish = true description = "Utilities for Stellar contracts." +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["lib", "cdylib"] doctest = false diff --git a/packages/fee-abstraction/Cargo.toml b/packages/fee-abstraction/Cargo.toml index cce3210ad..5253f7c21 100644 --- a/packages/fee-abstraction/Cargo.toml +++ b/packages/fee-abstraction/Cargo.toml @@ -7,6 +7,9 @@ version.workspace = true publish = true description = "Fee abstraction utilities for Stellar contracts." +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["lib", "cdylib"] doctest = false diff --git a/packages/governance/Cargo.toml b/packages/governance/Cargo.toml index 889908956..33b23d77a 100644 --- a/packages/governance/Cargo.toml +++ b/packages/governance/Cargo.toml @@ -8,6 +8,9 @@ publish = true description = "Governance Utilities for Stellar contracts." +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["lib", "cdylib"] doctest = false diff --git a/packages/macros/Cargo.toml b/packages/macros/Cargo.toml index 4660007f5..6a211ae46 100644 --- a/packages/macros/Cargo.toml +++ b/packages/macros/Cargo.toml @@ -8,6 +8,9 @@ publish = true description = "Macros for Stellar contracts." +[package.metadata.stellar] +cargo_inherit = true + [lib] proc-macro = true doctest = false diff --git a/packages/test-utils/event-assertion/Cargo.toml b/packages/test-utils/event-assertion/Cargo.toml index 73435ae9f..2d82e67cd 100644 --- a/packages/test-utils/event-assertion/Cargo.toml +++ b/packages/test-utils/event-assertion/Cargo.toml @@ -6,6 +6,9 @@ repository.workspace = true publish = false version.workspace = true +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["lib"] doctest = false diff --git a/packages/tokens/Cargo.toml b/packages/tokens/Cargo.toml index 88d8f7a54..dac4348e5 100644 --- a/packages/tokens/Cargo.toml +++ b/packages/tokens/Cargo.toml @@ -7,6 +7,9 @@ publish = true version.workspace = true description = "Fungible and NonFungible Tokens for the Stellar contracts." +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["lib", "cdylib"] doctest = false diff --git a/packages/zk-email/Cargo.toml b/packages/zk-email/Cargo.toml index 2d98d3291..2be444aa9 100644 --- a/packages/zk-email/Cargo.toml +++ b/packages/zk-email/Cargo.toml @@ -7,6 +7,9 @@ version.workspace = true publish = true description = "zkEmail utilities for Stellar contracts." +[package.metadata.stellar] +cargo_inherit = true + [lib] crate-type = ["lib", "cdylib"] doctest = false