Skip to content

Expose tobiaslocker/base64 as an external dependency #317

Description

@nomevas

The project currently handles tobiaslocker/base64 differently from all other third‑party dependencies. Instead of being managed as a normal external dependency, it is effectively bundled inside the repo.

This creates problems for downstream consumers, especially those using Conan, because:

  • In Conan builds, it becomes a hidden/transitive dependency, the dependency becomes invisible in the dependency graph
  • Inconsistency, the base64 library is not exposed in the same way as other third‑party dependencies.
  • License checks and compliance workflows can’t detect it reliably.
  • Consumers cannot choose their own base64 library or version, which reduces flexibility.

Proposed solution can be found in the following commit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions