A description of this package.
{ "name": "sebbu-cryptography", "path": "/usr/src/package", "targets": [ { "name": "bcrypt", "path": "Sources/bcrypt", "type": "library", "c99name": "bcrypt", "sources": [ "src/bcrypt.c", "src/blf.c" ], "module_type": "ClangTarget", "product_memberships": [ "SebbuCrypto" ] }, { "name": "SebbuCryptoTests", "path": "Tests/SebbuCryptoTests", "type": "test", "c99name": "SebbuCryptoTests", "sources": [ "SebbuCryptoTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "SebbuCrypto" ] }, { "name": "SebbuCrypto", "path": "Sources/SebbuCrypto", "type": "library", "c99name": "SebbuCrypto", "sources": [ "AES.swift", "BCrypt.swift", "CRC.swift", "HMAC.swift", "SebbuCrypto.swift", "Utilities.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "SebbuCrypto" ], "target_dependencies": [ "bcrypt" ], "product_dependencies": [ "Crypto" ] } ], "products": [ { "name": "SebbuCrypto", "type": { "library": [ "automatic" ] }, "targets": [ "SebbuCrypto" ] } ], "platforms": [ { "name": "macos", "version": "10.15" }, { "name": "ios", "version": "13.0" } ], "dependencies": [ { "url": "https://github.com/apple/swift-crypto.git", "type": "sourceControl", "identity": "swift-crypto", "requirement": { "branch": [ "main" ] } } ], "tools_version": "5.6", "manifest_display_name": "sebbu-cryptography" }
{ "name": "sebbu-cryptography", "targets": [ { "name": "SebbuCrypto", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "Crypto", "swift-crypto", null, null ] }, { "byName": [ "bcrypt", null ] } ], "packageAccess": false }, { "name": "bcrypt", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [], "packageAccess": false }, { "name": "SebbuCryptoTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SebbuCrypto", null ] } ], "packageAccess": false } ], "products": [ { "name": "SebbuCrypto", "type": { "library": [ "automatic" ] }, "targets": [ "SebbuCrypto" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.15", "platformName": "macos" }, { "options": [], "version": "13.0", "platformName": "ios" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swift-crypto", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-crypto.git" } ] }, "requirement": { "branch": [ "main" ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.6.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "sebbu-cryptography", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/apple/swift-crypto.git", "name": "swift-crypto", "path": "/usr/src/package/.build/checkouts/swift-crypto", "version": "unspecified", "identity": "swift-crypto", "dependencies": [] } ] }