# 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" name = "futuresdr-types" version = "0.0.12" authors = ["FutureSDR Contributors "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Polymorphic Types for an Experimental Async SDR Runtime for Heterogeneous Architectures." homepage = "https://www.futuresdr.org" readme = "README.md" keywords = [ "sdr", "radio", "runtime", "async", "acceleration", ] categories = [ "asynchronous", "concurrency", "hardware-support", "science", "wasm", ] license = "Apache-2.0" repository = "https://github.com/futuresdr/futuresdr/" [lib] name = "futuresdr_types" path = "src/lib.rs" [dependencies.dyn-clone] version = "1.0" [dependencies.num-complex] version = "0.4" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.flexbuffers] version = "2.0"