mercur 0.1.5

mercur - junolang package manager
schema = 1

[vars]
version = "1.4.2"
[project]
name = "http"
version = "${version}"
edition = "2026"

description = "HTTP client for Juno version ${version}"
license = "MIT"
homepage = "https://example.com"
repository = "https://github.com/jupiter-network/http"
documentation = "https://docs.example.com/http/${version}"

authors = [
    "Titus <titus@example.com>"
]

keywords = [
    "http",
    "network",
    "client"
]

categories = [
    "networking"
]

readme = "README.md"

publish = true

[[lib]]
entry = "src/lib.juno"
output= "libtest.lib"
[[bin]]
entry = "src/main.juno"
output= "main"
[dep.json]
authority = "mercur"
namespace = ""
version = "1.0"
hash = ""

[dep.socket]
authority = "core"
namespace = "net"
version = "2"
hash = ""

[dep.libhttpprotocol]
authority = "libhttp"
namespace = ""
version = "${version}"
hash = ""
sign = ""