# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.77.0" name = "sonic-url" version = "0.12.0-beta.1" authors = ["Dr Maxim Orlovsky "] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "URL-based request builders and parsers for SONIC distributed contracts" homepage = "https://ubideco.org/SONARE" readme = "README.md" keywords = [ "state-machines", "distributed-systems", "decentralized", "partially-replicated", "runtime-environment", ] categories = [ "algorithms", "cryptography", "science", "no-std", ] license = "Apache-2.0" repository = "https://github.com/AluVM/sonare" [lib] name = "sonic_url" path = "src/lib.rs" [dependencies.amplify] version = "~4.8.0" [dependencies.strict_types] version = "~2.8.1" [dependencies.ultrasonic] version = "0.12.0-beta.2" features = ["serde"] [features] all = ["std"] default = ["std"] std = []