# 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 = "pixy" version = "0.2.2" authors = ["Natalia Maximo "] description = "A multi-target sensor output relay built for secure, efficient IoT. Made for use with the Pimoroni Enviro Pico boards." readme = "README.md" license = "MIT" repository = "https://github.com/cryptaliagy/pixy" [package.metadata.binstall] pkg-fmt = "bin" [package.metadata.binstall.overrides.aarch64-unknown-linux-gnu] pkg-url = "{ repo }/releases/download/{ version }/{ name }.arm64{ archive-suffix }" [package.metadata.binstall.overrides.aarch64-unknown-linux-musl] pkg-url = "{ repo }/releases/download/{ version }/{ name }.arm64{ archive-suffix }" [package.metadata.binstall.overrides.armv7-unknown-linux-gnueabi] pkg-url = "{ repo }/releases/download/{ version }/{ name }.armv7{ archive-suffix }" [package.metadata.binstall.overrides.armv7-unknown-linux-gnueabihf] pkg-url = "{ repo }/releases/download/{ version }/{ name }.armv7hf{ archive-suffix }" [package.metadata.binstall.overrides.armv7-unknown-linux-musleabi] pkg-url = "{ repo }/releases/download/{ version }/{ name }.armv7{ archive-suffix }" [package.metadata.binstall.overrides.armv7-unknown-linux-musleabihf] pkg-url = "{ repo }/releases/download/{ version }/{ name }.armv7hf{ archive-suffix }" [package.metadata.binstall.overrides.x86_64-unknown-linux-gnu] pkg-url = "{ repo }/releases/download/{ version }/{ name }.amd64{ archive-suffix }" [package.metadata.binstall.overrides.x86_64-unknown-linux-musl] pkg-url = "{ repo }/releases/download/{ version }/{ name }.amd64{ archive-suffix }" [package.metadata.deb] assets = [ [ "target/release/pixy", "/usr/bin/", "755", ], [ "../target/man/pixy.1", "/usr/share/man/man1/", "644", ], [ "../target/man/pixy-validate.1", "/usr/share/man/man1/", "644", ], [ "../target/man/pixy-emit.1", "/usr/share/man/man1/", "644", ], [ "../target/man/pixy-serve.1", "/usr/share/man/man1/", "644", ], [ "../example-configs/echo-server.yaml", "/var/lib/pixy/pixy.yaml.example", "640", ], ] depends = "adduser" extended-description-file = "README.md" license-file = [ "../LICENSE", "0", ] maintainer-scripts = "../pkg/debian/" name = "pixy" [package.metadata.deb.systemd-units] enable = false [[bin]] name = "pixy" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" features = [ "std", "clock", ] default-features = false [dependencies.clap] version = "4.5.4" features = [ "derive", "error-context", "help", "std", "suggestions", "usage", ] default-features = false [dependencies.pixy-core] version = "0.2.2" [dependencies.pixy-server] version = "0.2.2" [dependencies.serde] version = "1.0.199" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.serde_yaml] version = "0.9.34" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tracing] version = "0.1.40" features = ["async-await"] [dependencies.tracing-subscriber] version = "0.3.18" features = ["serde_json"] [build-dependencies.clap] version = "4.5.4" features = [ "help", "usage", "derive", ] default-features = false [build-dependencies.clap_mangen] version = "0.2.20" [features] colors = ["clap/color"] default = [ "env", "colors", "wrap_help", ] env = ["clap/env"] wrap_help = ["clap/wrap_help"]