# 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.57.0" name = "psrdada" version = "0.4.0" authors = ["Kiran Shila "] description = "A rusty wrapper for the psrdada radio astronomy library" homepage = "https://github.com/kiranshila/psrdada-rs" readme = "README.md" keywords = [ "astronomy", "protocol", "telescope", ] categories = [ "encoding", "parser-implementations", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/kiranshila/psrdada-rs" [dependencies.nom] version = "7" [dependencies.page_size] version = "0.6" [dependencies.psrdada-sys] version = "0.4.0" [dependencies.tracing] version = "0.1" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.test-log] version = "0.2" features = ["trace"] [dev-dependencies.tracing] version = "0.1" default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", ] default-features = false