You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.lock 90 kB

Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
Add Opentelemetry capabilities though capnproto messages (#24) * Multithreaded Python API and Pylot Example (#18) * Refactoring for multithreading * Refactoring code in order to use MemoryView * Resolving multi output by casting Python output type * Adding Python example runner * Adding Rayon ThreadPool for CPU bound multithreading * Adding benches * Small Refactoring of Python Binding * Adding documentation to Pylot Demo * Removing cloning states data using RwLock * Refactoring Servers to pass messages through tokio channels * Removing unwrap when possible * Splitting Zenoh function into separate module * Refactoring Zenoh into a struct * Adding several Python fix * Fix eyre issue * Adding docker for ease of build * Fixing docker problem * Reduce the frequency of source * Adding better Python Operator * Improving carla visualisation capabilities * Enabling better visualisation * adding object trajectory * Improving planning * Refactoring Python * Adding control operator * Improving planning operator * Better Control Operator * Fixing Planning Errors linked to applying Speed Factor * Fixing Docker Image Build issues * Adding a timestamp to messages * Fixing PID mutlithread errors * Drop Push Send after Pull period * Limiting the latency * Adding InfluxDB * Fixing Influxdb Naming and quota * Adding positional data * Making launching container command faster * Removing Dora-Pylot * Refactor Error Handling * Refactoring Error dubgging function Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr> * adding capnp metadata into messages * Allowing Context to propagate throughout node * Adding better tracing * Refactoring opentelemetry mod * Adding a degree parameter in messages * Adding depth for better tracing * Put a feature flag on tracing * Removing unnecessary copy of the messages * Small refactoring of messages * Refactoring of context logging * Adding opentelemetry metrics of system * Adding process telemetry * Commenting the build script * Rename feature tracing * Add documentation to module * Adding message documentation * Remove build script * skip capnp generated file * Reformating * Reformating loop * Testing example * Removing zenoh dependencies in Python * Improving example python api * removing rayon that is appearing twice due to merge * Simplifying python binding * Create a separate crate for messages * Moving `metrics` and `tracing` into separate crate * Moving `python` into a separate crate and removing `main` crate * Refactoring newly created crate * Remove `depth` from the message `metadata` * Add `capnp` installation within the CI * Add `capnp` installation into CI `clippy` step Co-authored-by: haixuanTao <hai-xuan.tao@student.ecp.fr>
3 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "aes"
  6. version = "0.7.5"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
  9. dependencies = [
  10. "cfg-if",
  11. "cipher",
  12. "cpufeatures",
  13. "opaque-debug 0.3.0",
  14. ]
  15. [[package]]
  16. name = "aho-corasick"
  17. version = "0.7.18"
  18. source = "registry+https://github.com/rust-lang/crates.io-index"
  19. checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
  20. dependencies = [
  21. "memchr",
  22. ]
  23. [[package]]
  24. name = "ansi_term"
  25. version = "0.12.1"
  26. source = "registry+https://github.com/rust-lang/crates.io-index"
  27. checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
  28. dependencies = [
  29. "winapi",
  30. ]
  31. [[package]]
  32. name = "anyhow"
  33. version = "1.0.56"
  34. source = "registry+https://github.com/rust-lang/crates.io-index"
  35. checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
  36. [[package]]
  37. name = "async-attributes"
  38. version = "1.1.2"
  39. source = "registry+https://github.com/rust-lang/crates.io-index"
  40. checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  41. dependencies = [
  42. "quote",
  43. "syn",
  44. ]
  45. [[package]]
  46. name = "async-channel"
  47. version = "1.6.1"
  48. source = "registry+https://github.com/rust-lang/crates.io-index"
  49. checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
  50. dependencies = [
  51. "concurrent-queue",
  52. "event-listener",
  53. "futures-core",
  54. ]
  55. [[package]]
  56. name = "async-executor"
  57. version = "1.4.1"
  58. source = "registry+https://github.com/rust-lang/crates.io-index"
  59. checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
  60. dependencies = [
  61. "async-task",
  62. "concurrent-queue",
  63. "fastrand",
  64. "futures-lite",
  65. "once_cell",
  66. "slab",
  67. ]
  68. [[package]]
  69. name = "async-global-executor"
  70. version = "2.0.3"
  71. source = "registry+https://github.com/rust-lang/crates.io-index"
  72. checksum = "c026b7e44f1316b567ee750fea85103f87fcb80792b860e979f221259796ca0a"
  73. dependencies = [
  74. "async-channel",
  75. "async-executor",
  76. "async-io",
  77. "async-mutex",
  78. "blocking",
  79. "futures-lite",
  80. "num_cpus",
  81. "once_cell",
  82. "tokio",
  83. ]
  84. [[package]]
  85. name = "async-io"
  86. version = "1.6.0"
  87. source = "registry+https://github.com/rust-lang/crates.io-index"
  88. checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
  89. dependencies = [
  90. "concurrent-queue",
  91. "futures-lite",
  92. "libc",
  93. "log",
  94. "once_cell",
  95. "parking",
  96. "polling",
  97. "slab",
  98. "socket2",
  99. "waker-fn",
  100. "winapi",
  101. ]
  102. [[package]]
  103. name = "async-lock"
  104. version = "2.5.0"
  105. source = "registry+https://github.com/rust-lang/crates.io-index"
  106. checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
  107. dependencies = [
  108. "event-listener",
  109. ]
  110. [[package]]
  111. name = "async-mutex"
  112. version = "1.4.0"
  113. source = "registry+https://github.com/rust-lang/crates.io-index"
  114. checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
  115. dependencies = [
  116. "event-listener",
  117. ]
  118. [[package]]
  119. name = "async-process"
  120. version = "1.3.0"
  121. source = "registry+https://github.com/rust-lang/crates.io-index"
  122. checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"
  123. dependencies = [
  124. "async-io",
  125. "blocking",
  126. "cfg-if",
  127. "event-listener",
  128. "futures-lite",
  129. "libc",
  130. "once_cell",
  131. "signal-hook",
  132. "winapi",
  133. ]
  134. [[package]]
  135. name = "async-rustls"
  136. version = "0.2.0"
  137. source = "registry+https://github.com/rust-lang/crates.io-index"
  138. checksum = "9c86f33abd5a4f3e2d6d9251a9e0c6a7e52eb1113caf893dae8429bf4a53f378"
  139. dependencies = [
  140. "futures-lite",
  141. "rustls 0.19.1",
  142. "webpki 0.21.4",
  143. ]
  144. [[package]]
  145. name = "async-std"
  146. version = "1.11.0"
  147. source = "registry+https://github.com/rust-lang/crates.io-index"
  148. checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"
  149. dependencies = [
  150. "async-attributes",
  151. "async-channel",
  152. "async-global-executor",
  153. "async-io",
  154. "async-lock",
  155. "async-process",
  156. "crossbeam-utils",
  157. "futures-channel",
  158. "futures-core",
  159. "futures-io",
  160. "futures-lite",
  161. "gloo-timers",
  162. "kv-log-macro",
  163. "log",
  164. "memchr",
  165. "num_cpus",
  166. "once_cell",
  167. "pin-project-lite",
  168. "pin-utils",
  169. "slab",
  170. "wasm-bindgen-futures",
  171. ]
  172. [[package]]
  173. name = "async-stream"
  174. version = "0.3.3"
  175. source = "registry+https://github.com/rust-lang/crates.io-index"
  176. checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
  177. dependencies = [
  178. "async-stream-impl",
  179. "futures-core",
  180. ]
  181. [[package]]
  182. name = "async-stream-impl"
  183. version = "0.3.3"
  184. source = "registry+https://github.com/rust-lang/crates.io-index"
  185. checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
  186. dependencies = [
  187. "proc-macro2",
  188. "quote",
  189. "syn",
  190. ]
  191. [[package]]
  192. name = "async-task"
  193. version = "4.2.0"
  194. source = "registry+https://github.com/rust-lang/crates.io-index"
  195. checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"
  196. [[package]]
  197. name = "async-trait"
  198. version = "0.1.53"
  199. source = "registry+https://github.com/rust-lang/crates.io-index"
  200. checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
  201. dependencies = [
  202. "proc-macro2",
  203. "quote",
  204. "syn",
  205. ]
  206. [[package]]
  207. name = "atomic-waker"
  208. version = "1.0.0"
  209. source = "registry+https://github.com/rust-lang/crates.io-index"
  210. checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
  211. [[package]]
  212. name = "atty"
  213. version = "0.2.14"
  214. source = "registry+https://github.com/rust-lang/crates.io-index"
  215. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  216. dependencies = [
  217. "hermit-abi",
  218. "libc",
  219. "winapi",
  220. ]
  221. [[package]]
  222. name = "autocfg"
  223. version = "0.1.8"
  224. source = "registry+https://github.com/rust-lang/crates.io-index"
  225. checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
  226. dependencies = [
  227. "autocfg 1.1.0",
  228. ]
  229. [[package]]
  230. name = "autocfg"
  231. version = "1.1.0"
  232. source = "registry+https://github.com/rust-lang/crates.io-index"
  233. checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
  234. [[package]]
  235. name = "base64"
  236. version = "0.13.0"
  237. source = "registry+https://github.com/rust-lang/crates.io-index"
  238. checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
  239. [[package]]
  240. name = "base64ct"
  241. version = "1.1.1"
  242. source = "registry+https://github.com/rust-lang/crates.io-index"
  243. checksum = "e6b4d9b1225d28d360ec6a231d65af1fd99a2a095154c8040689617290569c5c"
  244. [[package]]
  245. name = "bincode"
  246. version = "1.3.3"
  247. source = "registry+https://github.com/rust-lang/crates.io-index"
  248. checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
  249. dependencies = [
  250. "serde",
  251. ]
  252. [[package]]
  253. name = "bitflags"
  254. version = "1.3.2"
  255. source = "registry+https://github.com/rust-lang/crates.io-index"
  256. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  257. [[package]]
  258. name = "block-buffer"
  259. version = "0.7.3"
  260. source = "registry+https://github.com/rust-lang/crates.io-index"
  261. checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
  262. dependencies = [
  263. "block-padding 0.1.5",
  264. "byte-tools",
  265. "byteorder",
  266. "generic-array 0.12.4",
  267. ]
  268. [[package]]
  269. name = "block-buffer"
  270. version = "0.9.0"
  271. source = "registry+https://github.com/rust-lang/crates.io-index"
  272. checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
  273. dependencies = [
  274. "block-padding 0.2.1",
  275. "generic-array 0.14.5",
  276. ]
  277. [[package]]
  278. name = "block-padding"
  279. version = "0.1.5"
  280. source = "registry+https://github.com/rust-lang/crates.io-index"
  281. checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
  282. dependencies = [
  283. "byte-tools",
  284. ]
  285. [[package]]
  286. name = "block-padding"
  287. version = "0.2.1"
  288. source = "registry+https://github.com/rust-lang/crates.io-index"
  289. checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
  290. [[package]]
  291. name = "blocking"
  292. version = "1.2.0"
  293. source = "registry+https://github.com/rust-lang/crates.io-index"
  294. checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
  295. dependencies = [
  296. "async-channel",
  297. "async-task",
  298. "atomic-waker",
  299. "fastrand",
  300. "futures-lite",
  301. "once_cell",
  302. ]
  303. [[package]]
  304. name = "bumpalo"
  305. version = "3.9.1"
  306. source = "registry+https://github.com/rust-lang/crates.io-index"
  307. checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
  308. [[package]]
  309. name = "byte-tools"
  310. version = "0.3.1"
  311. source = "registry+https://github.com/rust-lang/crates.io-index"
  312. checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
  313. [[package]]
  314. name = "byteorder"
  315. version = "1.4.3"
  316. source = "registry+https://github.com/rust-lang/crates.io-index"
  317. checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
  318. [[package]]
  319. name = "bytes"
  320. version = "1.1.0"
  321. source = "registry+https://github.com/rust-lang/crates.io-index"
  322. checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
  323. [[package]]
  324. name = "cache-padded"
  325. version = "1.2.0"
  326. source = "registry+https://github.com/rust-lang/crates.io-index"
  327. checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
  328. [[package]]
  329. name = "capnp"
  330. version = "0.14.6"
  331. source = "registry+https://github.com/rust-lang/crates.io-index"
  332. checksum = "21d5d7da973146f1720672faa44f1523cc8f923636190ca1a931c7bc8834de68"
  333. [[package]]
  334. name = "capnpc"
  335. version = "0.14.7"
  336. source = "registry+https://github.com/rust-lang/crates.io-index"
  337. checksum = "c7ed9b80f792ac01a8b328ccbc509c2bd756fb5dec18af0163e7963dde23c0b5"
  338. dependencies = [
  339. "capnp",
  340. ]
  341. [[package]]
  342. name = "cc"
  343. version = "1.0.73"
  344. source = "registry+https://github.com/rust-lang/crates.io-index"
  345. checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
  346. [[package]]
  347. name = "cfg-if"
  348. version = "1.0.0"
  349. source = "registry+https://github.com/rust-lang/crates.io-index"
  350. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  351. [[package]]
  352. name = "cipher"
  353. version = "0.3.0"
  354. source = "registry+https://github.com/rust-lang/crates.io-index"
  355. checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
  356. dependencies = [
  357. "generic-array 0.14.5",
  358. ]
  359. [[package]]
  360. name = "clap"
  361. version = "2.34.0"
  362. source = "registry+https://github.com/rust-lang/crates.io-index"
  363. checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
  364. dependencies = [
  365. "ansi_term",
  366. "atty",
  367. "bitflags",
  368. "strsim 0.8.0",
  369. "textwrap 0.11.0",
  370. "unicode-width",
  371. "vec_map",
  372. ]
  373. [[package]]
  374. name = "clap"
  375. version = "3.1.12"
  376. source = "registry+https://github.com/rust-lang/crates.io-index"
  377. checksum = "7c167e37342afc5f33fd87bbc870cedd020d2a6dffa05d45ccd9241fbdd146db"
  378. dependencies = [
  379. "atty",
  380. "bitflags",
  381. "clap_derive",
  382. "clap_lex",
  383. "indexmap",
  384. "lazy_static",
  385. "strsim 0.10.0",
  386. "termcolor",
  387. "textwrap 0.15.0",
  388. ]
  389. [[package]]
  390. name = "clap_derive"
  391. version = "3.1.7"
  392. source = "registry+https://github.com/rust-lang/crates.io-index"
  393. checksum = "a3aab4734e083b809aaf5794e14e756d1c798d2c69c7f7de7a09a2f5214993c1"
  394. dependencies = [
  395. "heck 0.4.0",
  396. "proc-macro-error",
  397. "proc-macro2",
  398. "quote",
  399. "syn",
  400. ]
  401. [[package]]
  402. name = "clap_lex"
  403. version = "0.1.1"
  404. source = "registry+https://github.com/rust-lang/crates.io-index"
  405. checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669"
  406. dependencies = [
  407. "os_str_bytes",
  408. ]
  409. [[package]]
  410. name = "codespan-reporting"
  411. version = "0.11.1"
  412. source = "registry+https://github.com/rust-lang/crates.io-index"
  413. checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
  414. dependencies = [
  415. "termcolor",
  416. "unicode-width",
  417. ]
  418. [[package]]
  419. name = "concurrent-queue"
  420. version = "1.2.2"
  421. source = "registry+https://github.com/rust-lang/crates.io-index"
  422. checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
  423. dependencies = [
  424. "cache-padded",
  425. ]
  426. [[package]]
  427. name = "const-oid"
  428. version = "0.6.2"
  429. source = "registry+https://github.com/rust-lang/crates.io-index"
  430. checksum = "9d6f2aa4d0537bcc1c74df8755072bd31c1ef1a3a1b85a68e8404a8c353b7b8b"
  431. [[package]]
  432. name = "core-foundation"
  433. version = "0.9.3"
  434. source = "registry+https://github.com/rust-lang/crates.io-index"
  435. checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
  436. dependencies = [
  437. "core-foundation-sys",
  438. "libc",
  439. ]
  440. [[package]]
  441. name = "core-foundation-sys"
  442. version = "0.8.3"
  443. source = "registry+https://github.com/rust-lang/crates.io-index"
  444. checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
  445. [[package]]
  446. name = "cpufeatures"
  447. version = "0.2.2"
  448. source = "registry+https://github.com/rust-lang/crates.io-index"
  449. checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
  450. dependencies = [
  451. "libc",
  452. ]
  453. [[package]]
  454. name = "crossbeam-channel"
  455. version = "0.5.4"
  456. source = "registry+https://github.com/rust-lang/crates.io-index"
  457. checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
  458. dependencies = [
  459. "cfg-if",
  460. "crossbeam-utils",
  461. ]
  462. [[package]]
  463. name = "crossbeam-deque"
  464. version = "0.8.1"
  465. source = "registry+https://github.com/rust-lang/crates.io-index"
  466. checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
  467. dependencies = [
  468. "cfg-if",
  469. "crossbeam-epoch",
  470. "crossbeam-utils",
  471. ]
  472. [[package]]
  473. name = "crossbeam-epoch"
  474. version = "0.9.8"
  475. source = "registry+https://github.com/rust-lang/crates.io-index"
  476. checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
  477. dependencies = [
  478. "autocfg 1.1.0",
  479. "cfg-if",
  480. "crossbeam-utils",
  481. "lazy_static",
  482. "memoffset",
  483. "scopeguard",
  484. ]
  485. [[package]]
  486. name = "crossbeam-utils"
  487. version = "0.8.8"
  488. source = "registry+https://github.com/rust-lang/crates.io-index"
  489. checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
  490. dependencies = [
  491. "cfg-if",
  492. "lazy_static",
  493. ]
  494. [[package]]
  495. name = "crypto-bigint"
  496. version = "0.2.11"
  497. source = "registry+https://github.com/rust-lang/crates.io-index"
  498. checksum = "f83bd3bb4314701c568e340cd8cf78c975aa0ca79e03d3f6d1677d5b0c9c0c03"
  499. dependencies = [
  500. "generic-array 0.14.5",
  501. "rand_core",
  502. "subtle",
  503. ]
  504. [[package]]
  505. name = "crypto-mac"
  506. version = "0.11.1"
  507. source = "registry+https://github.com/rust-lang/crates.io-index"
  508. checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
  509. dependencies = [
  510. "generic-array 0.14.5",
  511. "subtle",
  512. ]
  513. [[package]]
  514. name = "ctor"
  515. version = "0.1.22"
  516. source = "registry+https://github.com/rust-lang/crates.io-index"
  517. checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
  518. dependencies = [
  519. "quote",
  520. "syn",
  521. ]
  522. [[package]]
  523. name = "cxx"
  524. version = "1.0.73"
  525. source = "registry+https://github.com/rust-lang/crates.io-index"
  526. checksum = "873c2e83af70859af2aaecd1f5d862f3790b747b1f4f50fb45a931d000ac0422"
  527. dependencies = [
  528. "cc",
  529. "cxxbridge-flags",
  530. "cxxbridge-macro",
  531. "link-cplusplus",
  532. ]
  533. [[package]]
  534. name = "cxx-build"
  535. version = "1.0.73"
  536. source = "registry+https://github.com/rust-lang/crates.io-index"
  537. checksum = "b49edea7163bbc7a39e3d829b4b0b66a9d30486973152842b7413f2c7b5632bf"
  538. dependencies = [
  539. "cc",
  540. "codespan-reporting",
  541. "once_cell",
  542. "proc-macro2",
  543. "quote",
  544. "scratch",
  545. "syn",
  546. ]
  547. [[package]]
  548. name = "cxx-dataflow-example-node-rust-api"
  549. version = "0.1.0"
  550. dependencies = [
  551. "cxx",
  552. "cxx-build",
  553. "dora-node-api",
  554. "eyre",
  555. "futures",
  556. "rand",
  557. "tokio",
  558. ]
  559. [[package]]
  560. name = "cxx-dataflow-example-operator-rust-api"
  561. version = "0.1.0"
  562. dependencies = [
  563. "cxx",
  564. "cxx-build",
  565. "dora-operator-api",
  566. "eyre",
  567. "futures",
  568. "rand",
  569. "tokio",
  570. ]
  571. [[package]]
  572. name = "cxxbridge-flags"
  573. version = "1.0.73"
  574. source = "registry+https://github.com/rust-lang/crates.io-index"
  575. checksum = "f46b787c15af80277db5c88c6ac6c502ae545e622f010e06f95e540d34931acf"
  576. [[package]]
  577. name = "cxxbridge-macro"
  578. version = "1.0.73"
  579. source = "registry+https://github.com/rust-lang/crates.io-index"
  580. checksum = "2ba3f3a7efa46626878fb5d324fabca4d19d2956b6ae97ce43044ef4515f5abc"
  581. dependencies = [
  582. "proc-macro2",
  583. "quote",
  584. "syn",
  585. ]
  586. [[package]]
  587. name = "dashmap"
  588. version = "4.0.2"
  589. source = "registry+https://github.com/rust-lang/crates.io-index"
  590. checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
  591. dependencies = [
  592. "cfg-if",
  593. "num_cpus",
  594. ]
  595. [[package]]
  596. name = "der"
  597. version = "0.4.5"
  598. source = "registry+https://github.com/rust-lang/crates.io-index"
  599. checksum = "79b71cca7d95d7681a4b3b9cdf63c8dbc3730d0584c2c74e31416d64a90493f4"
  600. dependencies = [
  601. "const-oid",
  602. "crypto-bigint",
  603. ]
  604. [[package]]
  605. name = "digest"
  606. version = "0.8.1"
  607. source = "registry+https://github.com/rust-lang/crates.io-index"
  608. checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
  609. dependencies = [
  610. "generic-array 0.12.4",
  611. ]
  612. [[package]]
  613. name = "digest"
  614. version = "0.9.0"
  615. source = "registry+https://github.com/rust-lang/crates.io-index"
  616. checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
  617. dependencies = [
  618. "generic-array 0.14.5",
  619. ]
  620. [[package]]
  621. name = "dirs-next"
  622. version = "2.0.0"
  623. source = "registry+https://github.com/rust-lang/crates.io-index"
  624. checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
  625. dependencies = [
  626. "cfg-if",
  627. "dirs-sys-next",
  628. ]
  629. [[package]]
  630. name = "dirs-sys-next"
  631. version = "0.1.2"
  632. source = "registry+https://github.com/rust-lang/crates.io-index"
  633. checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
  634. dependencies = [
  635. "libc",
  636. "redox_users",
  637. "winapi",
  638. ]
  639. [[package]]
  640. name = "dora-coordinator"
  641. version = "0.1.0"
  642. dependencies = [
  643. "bincode",
  644. "clap 3.1.12",
  645. "dora-core",
  646. "dora-node-api",
  647. "eyre",
  648. "futures",
  649. "futures-concurrency",
  650. "rand",
  651. "serde",
  652. "serde_yaml",
  653. "time",
  654. "tokio",
  655. "tokio-stream",
  656. "tokio-util 0.7.1",
  657. "uuid",
  658. ]
  659. [[package]]
  660. name = "dora-core"
  661. version = "0.1.0"
  662. dependencies = [
  663. "dora-node-api",
  664. "eyre",
  665. "serde",
  666. ]
  667. [[package]]
  668. name = "dora-examples"
  669. version = "0.0.0"
  670. dependencies = [
  671. "dora-coordinator",
  672. "eyre",
  673. "tokio",
  674. ]
  675. [[package]]
  676. name = "dora-message"
  677. version = "0.1.0"
  678. dependencies = [
  679. "capnp",
  680. "capnpc",
  681. ]
  682. [[package]]
  683. name = "dora-metrics"
  684. version = "0.1.0"
  685. dependencies = [
  686. "futures",
  687. "opentelemetry",
  688. "opentelemetry-otlp",
  689. "opentelemetry-system-metrics",
  690. "tokio",
  691. ]
  692. [[package]]
  693. name = "dora-node-api"
  694. version = "0.1.0"
  695. dependencies = [
  696. "async-trait",
  697. "eyre",
  698. "futures",
  699. "futures-concurrency",
  700. "futures-time",
  701. "once_cell",
  702. "serde",
  703. "serde_yaml",
  704. "thiserror",
  705. "tokio",
  706. "tracing",
  707. "uuid",
  708. "zenoh",
  709. "zenoh-config",
  710. ]
  711. [[package]]
  712. name = "dora-node-api-c"
  713. version = "0.1.0"
  714. dependencies = [
  715. "dora-node-api",
  716. "eyre",
  717. "futures",
  718. ]
  719. [[package]]
  720. name = "dora-node-api-python"
  721. version = "0.1.0"
  722. dependencies = [
  723. "dora-node-api",
  724. "eyre",
  725. "futures",
  726. "pyo3",
  727. "serde_yaml",
  728. "tokio",
  729. ]
  730. [[package]]
  731. name = "dora-operator-api"
  732. version = "0.1.0"
  733. dependencies = [
  734. "dora-operator-api-macros",
  735. ]
  736. [[package]]
  737. name = "dora-operator-api-macros"
  738. version = "0.1.0"
  739. dependencies = [
  740. "dora-operator-api",
  741. "proc-macro2",
  742. "quote",
  743. "syn",
  744. ]
  745. [[package]]
  746. name = "dora-runtime"
  747. version = "0.1.0"
  748. dependencies = [
  749. "clap 3.1.12",
  750. "dora-core",
  751. "dora-node-api",
  752. "eyre",
  753. "fern",
  754. "futures",
  755. "futures-concurrency",
  756. "libloading",
  757. "log",
  758. "pyo3",
  759. "serde_yaml",
  760. "tokio",
  761. "tokio-stream",
  762. "zenoh",
  763. "zenoh-config",
  764. ]
  765. [[package]]
  766. name = "dora-tracing"
  767. version = "0.1.0"
  768. dependencies = [
  769. "opentelemetry",
  770. "opentelemetry-jaeger",
  771. "tokio",
  772. ]
  773. [[package]]
  774. name = "either"
  775. version = "1.6.1"
  776. source = "registry+https://github.com/rust-lang/crates.io-index"
  777. checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
  778. [[package]]
  779. name = "env_logger"
  780. version = "0.9.0"
  781. source = "registry+https://github.com/rust-lang/crates.io-index"
  782. checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
  783. dependencies = [
  784. "atty",
  785. "humantime",
  786. "log",
  787. "regex",
  788. "termcolor",
  789. ]
  790. [[package]]
  791. name = "event-listener"
  792. version = "2.5.2"
  793. source = "registry+https://github.com/rust-lang/crates.io-index"
  794. checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
  795. [[package]]
  796. name = "eyre"
  797. version = "0.6.8"
  798. source = "registry+https://github.com/rust-lang/crates.io-index"
  799. checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb"
  800. dependencies = [
  801. "indenter",
  802. "once_cell",
  803. ]
  804. [[package]]
  805. name = "fake-simd"
  806. version = "0.1.2"
  807. source = "registry+https://github.com/rust-lang/crates.io-index"
  808. checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
  809. [[package]]
  810. name = "fastrand"
  811. version = "1.7.0"
  812. source = "registry+https://github.com/rust-lang/crates.io-index"
  813. checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
  814. dependencies = [
  815. "instant",
  816. ]
  817. [[package]]
  818. name = "fern"
  819. version = "0.6.1"
  820. source = "registry+https://github.com/rust-lang/crates.io-index"
  821. checksum = "3bdd7b0849075e79ee9a1836df22c717d1eba30451796fdc631b04565dd11e2a"
  822. dependencies = [
  823. "log",
  824. ]
  825. [[package]]
  826. name = "fixedbitset"
  827. version = "0.4.1"
  828. source = "registry+https://github.com/rust-lang/crates.io-index"
  829. checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
  830. [[package]]
  831. name = "flume"
  832. version = "0.10.12"
  833. source = "registry+https://github.com/rust-lang/crates.io-index"
  834. checksum = "843c03199d0c0ca54bc1ea90ac0d507274c28abcc4f691ae8b4eaa375087c76a"
  835. dependencies = [
  836. "futures-core",
  837. "futures-sink",
  838. "nanorand",
  839. "pin-project",
  840. "spin 0.9.2",
  841. ]
  842. [[package]]
  843. name = "fnv"
  844. version = "1.0.7"
  845. source = "registry+https://github.com/rust-lang/crates.io-index"
  846. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  847. [[package]]
  848. name = "futures"
  849. version = "0.3.21"
  850. source = "registry+https://github.com/rust-lang/crates.io-index"
  851. checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
  852. dependencies = [
  853. "futures-channel",
  854. "futures-core",
  855. "futures-executor",
  856. "futures-io",
  857. "futures-sink",
  858. "futures-task",
  859. "futures-util",
  860. ]
  861. [[package]]
  862. name = "futures-channel"
  863. version = "0.3.21"
  864. source = "registry+https://github.com/rust-lang/crates.io-index"
  865. checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
  866. dependencies = [
  867. "futures-core",
  868. "futures-sink",
  869. ]
  870. [[package]]
  871. name = "futures-concurrency"
  872. version = "2.0.3"
  873. source = "registry+https://github.com/rust-lang/crates.io-index"
  874. checksum = "48e98b7b5aedee7c34a5cfb1ee1681af8faf46e2f30c0b8af5ea08eba517d61c"
  875. dependencies = [
  876. "async-trait",
  877. "futures-core",
  878. "pin-project",
  879. ]
  880. [[package]]
  881. name = "futures-core"
  882. version = "0.3.21"
  883. source = "registry+https://github.com/rust-lang/crates.io-index"
  884. checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
  885. [[package]]
  886. name = "futures-executor"
  887. version = "0.3.21"
  888. source = "registry+https://github.com/rust-lang/crates.io-index"
  889. checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
  890. dependencies = [
  891. "futures-core",
  892. "futures-task",
  893. "futures-util",
  894. ]
  895. [[package]]
  896. name = "futures-io"
  897. version = "0.3.21"
  898. source = "registry+https://github.com/rust-lang/crates.io-index"
  899. checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
  900. [[package]]
  901. name = "futures-lite"
  902. version = "1.12.0"
  903. source = "registry+https://github.com/rust-lang/crates.io-index"
  904. checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
  905. dependencies = [
  906. "fastrand",
  907. "futures-core",
  908. "futures-io",
  909. "memchr",
  910. "parking",
  911. "pin-project-lite",
  912. "waker-fn",
  913. ]
  914. [[package]]
  915. name = "futures-macro"
  916. version = "0.3.21"
  917. source = "registry+https://github.com/rust-lang/crates.io-index"
  918. checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
  919. dependencies = [
  920. "proc-macro2",
  921. "quote",
  922. "syn",
  923. ]
  924. [[package]]
  925. name = "futures-sink"
  926. version = "0.3.21"
  927. source = "registry+https://github.com/rust-lang/crates.io-index"
  928. checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
  929. [[package]]
  930. name = "futures-task"
  931. version = "0.3.21"
  932. source = "registry+https://github.com/rust-lang/crates.io-index"
  933. checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
  934. [[package]]
  935. name = "futures-time"
  936. version = "1.0.0"
  937. source = "registry+https://github.com/rust-lang/crates.io-index"
  938. checksum = "553673e17c187f65e79ed63a9e58b148560fd5982e1d739f37913f320139edb0"
  939. dependencies = [
  940. "async-channel",
  941. "async-io",
  942. "futures-core",
  943. "pin-project-lite",
  944. ]
  945. [[package]]
  946. name = "futures-util"
  947. version = "0.3.21"
  948. source = "registry+https://github.com/rust-lang/crates.io-index"
  949. checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
  950. dependencies = [
  951. "futures-channel",
  952. "futures-core",
  953. "futures-io",
  954. "futures-macro",
  955. "futures-sink",
  956. "futures-task",
  957. "memchr",
  958. "pin-project-lite",
  959. "pin-utils",
  960. "slab",
  961. ]
  962. [[package]]
  963. name = "fxhash"
  964. version = "0.2.1"
  965. source = "registry+https://github.com/rust-lang/crates.io-index"
  966. checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
  967. dependencies = [
  968. "byteorder",
  969. ]
  970. [[package]]
  971. name = "generic-array"
  972. version = "0.12.4"
  973. source = "registry+https://github.com/rust-lang/crates.io-index"
  974. checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
  975. dependencies = [
  976. "typenum",
  977. ]
  978. [[package]]
  979. name = "generic-array"
  980. version = "0.14.5"
  981. source = "registry+https://github.com/rust-lang/crates.io-index"
  982. checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
  983. dependencies = [
  984. "typenum",
  985. "version_check",
  986. ]
  987. [[package]]
  988. name = "getrandom"
  989. version = "0.2.6"
  990. source = "registry+https://github.com/rust-lang/crates.io-index"
  991. checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
  992. dependencies = [
  993. "cfg-if",
  994. "js-sys",
  995. "libc",
  996. "wasi 0.10.2+wasi-snapshot-preview1",
  997. "wasm-bindgen",
  998. ]
  999. [[package]]
  1000. name = "git-version"
  1001. version = "0.3.5"
  1002. source = "registry+https://github.com/rust-lang/crates.io-index"
  1003. checksum = "f6b0decc02f4636b9ccad390dcbe77b722a77efedfa393caf8379a51d5c61899"
  1004. dependencies = [
  1005. "git-version-macro",
  1006. "proc-macro-hack",
  1007. ]
  1008. [[package]]
  1009. name = "git-version-macro"
  1010. version = "0.3.5"
  1011. source = "registry+https://github.com/rust-lang/crates.io-index"
  1012. checksum = "fe69f1cbdb6e28af2bac214e943b99ce8a0a06b447d15d3e61161b0423139f3f"
  1013. dependencies = [
  1014. "proc-macro-hack",
  1015. "proc-macro2",
  1016. "quote",
  1017. "syn",
  1018. ]
  1019. [[package]]
  1020. name = "glob"
  1021. version = "0.3.0"
  1022. source = "registry+https://github.com/rust-lang/crates.io-index"
  1023. checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
  1024. [[package]]
  1025. name = "gloo-timers"
  1026. version = "0.2.3"
  1027. source = "registry+https://github.com/rust-lang/crates.io-index"
  1028. checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"
  1029. dependencies = [
  1030. "futures-channel",
  1031. "futures-core",
  1032. "js-sys",
  1033. "wasm-bindgen",
  1034. ]
  1035. [[package]]
  1036. name = "h2"
  1037. version = "0.3.13"
  1038. source = "registry+https://github.com/rust-lang/crates.io-index"
  1039. checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
  1040. dependencies = [
  1041. "bytes",
  1042. "fnv",
  1043. "futures-core",
  1044. "futures-sink",
  1045. "futures-util",
  1046. "http",
  1047. "indexmap",
  1048. "slab",
  1049. "tokio",
  1050. "tokio-util 0.7.1",
  1051. "tracing",
  1052. ]
  1053. [[package]]
  1054. name = "hashbrown"
  1055. version = "0.11.2"
  1056. source = "registry+https://github.com/rust-lang/crates.io-index"
  1057. checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
  1058. [[package]]
  1059. name = "heck"
  1060. version = "0.3.3"
  1061. source = "registry+https://github.com/rust-lang/crates.io-index"
  1062. checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
  1063. dependencies = [
  1064. "unicode-segmentation",
  1065. ]
  1066. [[package]]
  1067. name = "heck"
  1068. version = "0.4.0"
  1069. source = "registry+https://github.com/rust-lang/crates.io-index"
  1070. checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
  1071. [[package]]
  1072. name = "hermit-abi"
  1073. version = "0.1.19"
  1074. source = "registry+https://github.com/rust-lang/crates.io-index"
  1075. checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
  1076. dependencies = [
  1077. "libc",
  1078. ]
  1079. [[package]]
  1080. name = "hex"
  1081. version = "0.4.3"
  1082. source = "registry+https://github.com/rust-lang/crates.io-index"
  1083. checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
  1084. [[package]]
  1085. name = "hmac"
  1086. version = "0.11.0"
  1087. source = "registry+https://github.com/rust-lang/crates.io-index"
  1088. checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
  1089. dependencies = [
  1090. "crypto-mac",
  1091. "digest 0.9.0",
  1092. ]
  1093. [[package]]
  1094. name = "home"
  1095. version = "0.5.3"
  1096. source = "registry+https://github.com/rust-lang/crates.io-index"
  1097. checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
  1098. dependencies = [
  1099. "winapi",
  1100. ]
  1101. [[package]]
  1102. name = "http"
  1103. version = "0.2.8"
  1104. source = "registry+https://github.com/rust-lang/crates.io-index"
  1105. checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
  1106. dependencies = [
  1107. "bytes",
  1108. "fnv",
  1109. "itoa",
  1110. ]
  1111. [[package]]
  1112. name = "http-body"
  1113. version = "0.4.5"
  1114. source = "registry+https://github.com/rust-lang/crates.io-index"
  1115. checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
  1116. dependencies = [
  1117. "bytes",
  1118. "http",
  1119. "pin-project-lite",
  1120. ]
  1121. [[package]]
  1122. name = "httparse"
  1123. version = "1.7.1"
  1124. source = "registry+https://github.com/rust-lang/crates.io-index"
  1125. checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
  1126. [[package]]
  1127. name = "httpdate"
  1128. version = "1.0.2"
  1129. source = "registry+https://github.com/rust-lang/crates.io-index"
  1130. checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
  1131. [[package]]
  1132. name = "humantime"
  1133. version = "2.1.0"
  1134. source = "registry+https://github.com/rust-lang/crates.io-index"
  1135. checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
  1136. [[package]]
  1137. name = "hyper"
  1138. version = "0.14.19"
  1139. source = "registry+https://github.com/rust-lang/crates.io-index"
  1140. checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
  1141. dependencies = [
  1142. "bytes",
  1143. "futures-channel",
  1144. "futures-core",
  1145. "futures-util",
  1146. "h2",
  1147. "http",
  1148. "http-body",
  1149. "httparse",
  1150. "httpdate",
  1151. "itoa",
  1152. "pin-project-lite",
  1153. "socket2",
  1154. "tokio",
  1155. "tower-service",
  1156. "tracing",
  1157. "want",
  1158. ]
  1159. [[package]]
  1160. name = "hyper-timeout"
  1161. version = "0.4.1"
  1162. source = "registry+https://github.com/rust-lang/crates.io-index"
  1163. checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
  1164. dependencies = [
  1165. "hyper",
  1166. "pin-project-lite",
  1167. "tokio",
  1168. "tokio-io-timeout",
  1169. ]
  1170. [[package]]
  1171. name = "indenter"
  1172. version = "0.3.3"
  1173. source = "registry+https://github.com/rust-lang/crates.io-index"
  1174. checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
  1175. [[package]]
  1176. name = "indexmap"
  1177. version = "1.8.0"
  1178. source = "registry+https://github.com/rust-lang/crates.io-index"
  1179. checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
  1180. dependencies = [
  1181. "autocfg 1.1.0",
  1182. "hashbrown",
  1183. ]
  1184. [[package]]
  1185. name = "indoc"
  1186. version = "1.0.4"
  1187. source = "registry+https://github.com/rust-lang/crates.io-index"
  1188. checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e"
  1189. dependencies = [
  1190. "unindent",
  1191. ]
  1192. [[package]]
  1193. name = "instant"
  1194. version = "0.1.12"
  1195. source = "registry+https://github.com/rust-lang/crates.io-index"
  1196. checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
  1197. dependencies = [
  1198. "cfg-if",
  1199. ]
  1200. [[package]]
  1201. name = "integer-encoding"
  1202. version = "3.0.3"
  1203. source = "registry+https://github.com/rust-lang/crates.io-index"
  1204. checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"
  1205. [[package]]
  1206. name = "ipnetwork"
  1207. version = "0.18.0"
  1208. source = "registry+https://github.com/rust-lang/crates.io-index"
  1209. checksum = "4088d739b183546b239688ddbc79891831df421773df95e236daf7867866d355"
  1210. dependencies = [
  1211. "serde",
  1212. ]
  1213. [[package]]
  1214. name = "itertools"
  1215. version = "0.10.3"
  1216. source = "registry+https://github.com/rust-lang/crates.io-index"
  1217. checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
  1218. dependencies = [
  1219. "either",
  1220. ]
  1221. [[package]]
  1222. name = "itoa"
  1223. version = "1.0.1"
  1224. source = "registry+https://github.com/rust-lang/crates.io-index"
  1225. checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
  1226. [[package]]
  1227. name = "js-sys"
  1228. version = "0.3.56"
  1229. source = "registry+https://github.com/rust-lang/crates.io-index"
  1230. checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
  1231. dependencies = [
  1232. "wasm-bindgen",
  1233. ]
  1234. [[package]]
  1235. name = "json5"
  1236. version = "0.4.1"
  1237. source = "registry+https://github.com/rust-lang/crates.io-index"
  1238. checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
  1239. dependencies = [
  1240. "pest",
  1241. "pest_derive",
  1242. "serde",
  1243. ]
  1244. [[package]]
  1245. name = "keccak"
  1246. version = "0.1.0"
  1247. source = "registry+https://github.com/rust-lang/crates.io-index"
  1248. checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
  1249. [[package]]
  1250. name = "kv-log-macro"
  1251. version = "1.0.7"
  1252. source = "registry+https://github.com/rust-lang/crates.io-index"
  1253. checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
  1254. dependencies = [
  1255. "log",
  1256. ]
  1257. [[package]]
  1258. name = "lazy_static"
  1259. version = "1.4.0"
  1260. source = "registry+https://github.com/rust-lang/crates.io-index"
  1261. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  1262. dependencies = [
  1263. "spin 0.5.2",
  1264. ]
  1265. [[package]]
  1266. name = "libc"
  1267. version = "0.2.121"
  1268. source = "registry+https://github.com/rust-lang/crates.io-index"
  1269. checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
  1270. [[package]]
  1271. name = "libloading"
  1272. version = "0.7.3"
  1273. source = "registry+https://github.com/rust-lang/crates.io-index"
  1274. checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
  1275. dependencies = [
  1276. "cfg-if",
  1277. "winapi",
  1278. ]
  1279. [[package]]
  1280. name = "libm"
  1281. version = "0.2.2"
  1282. source = "registry+https://github.com/rust-lang/crates.io-index"
  1283. checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"
  1284. [[package]]
  1285. name = "link-cplusplus"
  1286. version = "1.0.6"
  1287. source = "registry+https://github.com/rust-lang/crates.io-index"
  1288. checksum = "f8cae2cd7ba2f3f63938b9c724475dfb7b9861b545a90324476324ed21dbc8c8"
  1289. dependencies = [
  1290. "cc",
  1291. ]
  1292. [[package]]
  1293. name = "linked-hash-map"
  1294. version = "0.5.4"
  1295. source = "registry+https://github.com/rust-lang/crates.io-index"
  1296. checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
  1297. [[package]]
  1298. name = "lock_api"
  1299. version = "0.4.6"
  1300. source = "registry+https://github.com/rust-lang/crates.io-index"
  1301. checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
  1302. dependencies = [
  1303. "scopeguard",
  1304. ]
  1305. [[package]]
  1306. name = "log"
  1307. version = "0.4.17"
  1308. source = "registry+https://github.com/rust-lang/crates.io-index"
  1309. checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
  1310. dependencies = [
  1311. "cfg-if",
  1312. "value-bag",
  1313. ]
  1314. [[package]]
  1315. name = "maplit"
  1316. version = "1.0.2"
  1317. source = "registry+https://github.com/rust-lang/crates.io-index"
  1318. checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
  1319. [[package]]
  1320. name = "memchr"
  1321. version = "2.4.1"
  1322. source = "registry+https://github.com/rust-lang/crates.io-index"
  1323. checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
  1324. [[package]]
  1325. name = "memoffset"
  1326. version = "0.6.5"
  1327. source = "registry+https://github.com/rust-lang/crates.io-index"
  1328. checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
  1329. dependencies = [
  1330. "autocfg 1.1.0",
  1331. ]
  1332. [[package]]
  1333. name = "mio"
  1334. version = "0.8.2"
  1335. source = "registry+https://github.com/rust-lang/crates.io-index"
  1336. checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
  1337. dependencies = [
  1338. "libc",
  1339. "log",
  1340. "miow",
  1341. "ntapi",
  1342. "wasi 0.11.0+wasi-snapshot-preview1",
  1343. "winapi",
  1344. ]
  1345. [[package]]
  1346. name = "miow"
  1347. version = "0.3.7"
  1348. source = "registry+https://github.com/rust-lang/crates.io-index"
  1349. checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
  1350. dependencies = [
  1351. "winapi",
  1352. ]
  1353. [[package]]
  1354. name = "multimap"
  1355. version = "0.8.3"
  1356. source = "registry+https://github.com/rust-lang/crates.io-index"
  1357. checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
  1358. [[package]]
  1359. name = "nanorand"
  1360. version = "0.7.0"
  1361. source = "registry+https://github.com/rust-lang/crates.io-index"
  1362. checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
  1363. dependencies = [
  1364. "getrandom",
  1365. ]
  1366. [[package]]
  1367. name = "nix"
  1368. version = "0.22.3"
  1369. source = "registry+https://github.com/rust-lang/crates.io-index"
  1370. checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
  1371. dependencies = [
  1372. "bitflags",
  1373. "cc",
  1374. "cfg-if",
  1375. "libc",
  1376. "memoffset",
  1377. ]
  1378. [[package]]
  1379. name = "nix"
  1380. version = "0.23.1"
  1381. source = "registry+https://github.com/rust-lang/crates.io-index"
  1382. checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
  1383. dependencies = [
  1384. "bitflags",
  1385. "cc",
  1386. "cfg-if",
  1387. "libc",
  1388. "memoffset",
  1389. ]
  1390. [[package]]
  1391. name = "ntapi"
  1392. version = "0.3.7"
  1393. source = "registry+https://github.com/rust-lang/crates.io-index"
  1394. checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
  1395. dependencies = [
  1396. "winapi",
  1397. ]
  1398. [[package]]
  1399. name = "num-bigint-dig"
  1400. version = "0.7.0"
  1401. source = "registry+https://github.com/rust-lang/crates.io-index"
  1402. checksum = "4547ee5541c18742396ae2c895d0717d0f886d8823b8399cdaf7b07d63ad0480"
  1403. dependencies = [
  1404. "autocfg 0.1.8",
  1405. "byteorder",
  1406. "lazy_static",
  1407. "libm",
  1408. "num-integer",
  1409. "num-iter",
  1410. "num-traits",
  1411. "rand",
  1412. "smallvec",
  1413. "zeroize",
  1414. ]
  1415. [[package]]
  1416. name = "num-integer"
  1417. version = "0.1.44"
  1418. source = "registry+https://github.com/rust-lang/crates.io-index"
  1419. checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
  1420. dependencies = [
  1421. "autocfg 1.1.0",
  1422. "num-traits",
  1423. ]
  1424. [[package]]
  1425. name = "num-iter"
  1426. version = "0.1.43"
  1427. source = "registry+https://github.com/rust-lang/crates.io-index"
  1428. checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
  1429. dependencies = [
  1430. "autocfg 1.1.0",
  1431. "num-integer",
  1432. "num-traits",
  1433. ]
  1434. [[package]]
  1435. name = "num-traits"
  1436. version = "0.2.14"
  1437. source = "registry+https://github.com/rust-lang/crates.io-index"
  1438. checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
  1439. dependencies = [
  1440. "autocfg 1.1.0",
  1441. "libm",
  1442. ]
  1443. [[package]]
  1444. name = "num_cpus"
  1445. version = "1.13.1"
  1446. source = "registry+https://github.com/rust-lang/crates.io-index"
  1447. checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
  1448. dependencies = [
  1449. "hermit-abi",
  1450. "libc",
  1451. ]
  1452. [[package]]
  1453. name = "num_threads"
  1454. version = "0.1.5"
  1455. source = "registry+https://github.com/rust-lang/crates.io-index"
  1456. checksum = "aba1801fb138d8e85e11d0fc70baf4fe1cdfffda7c6cd34a854905df588e5ed0"
  1457. dependencies = [
  1458. "libc",
  1459. ]
  1460. [[package]]
  1461. name = "once_cell"
  1462. version = "1.13.0"
  1463. source = "registry+https://github.com/rust-lang/crates.io-index"
  1464. checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
  1465. [[package]]
  1466. name = "opaque-debug"
  1467. version = "0.2.3"
  1468. source = "registry+https://github.com/rust-lang/crates.io-index"
  1469. checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
  1470. [[package]]
  1471. name = "opaque-debug"
  1472. version = "0.3.0"
  1473. source = "registry+https://github.com/rust-lang/crates.io-index"
  1474. checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
  1475. [[package]]
  1476. name = "openssl-probe"
  1477. version = "0.1.5"
  1478. source = "registry+https://github.com/rust-lang/crates.io-index"
  1479. checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
  1480. [[package]]
  1481. name = "opentelemetry"
  1482. version = "0.17.0"
  1483. source = "registry+https://github.com/rust-lang/crates.io-index"
  1484. checksum = "6105e89802af13fdf48c49d7646d3b533a70e536d818aae7e78ba0433d01acb8"
  1485. dependencies = [
  1486. "async-trait",
  1487. "crossbeam-channel",
  1488. "dashmap",
  1489. "fnv",
  1490. "futures-channel",
  1491. "futures-executor",
  1492. "futures-util",
  1493. "js-sys",
  1494. "lazy_static",
  1495. "percent-encoding",
  1496. "pin-project",
  1497. "rand",
  1498. "thiserror",
  1499. "tokio",
  1500. "tokio-stream",
  1501. ]
  1502. [[package]]
  1503. name = "opentelemetry-jaeger"
  1504. version = "0.16.0"
  1505. source = "registry+https://github.com/rust-lang/crates.io-index"
  1506. checksum = "f8c0b12cd9e3f9b35b52f6e0dac66866c519b26f424f4bbf96e3fe8bfbdc5229"
  1507. dependencies = [
  1508. "async-trait",
  1509. "lazy_static",
  1510. "opentelemetry",
  1511. "opentelemetry-semantic-conventions",
  1512. "thiserror",
  1513. "thrift",
  1514. "tokio",
  1515. ]
  1516. [[package]]
  1517. name = "opentelemetry-otlp"
  1518. version = "0.10.0"
  1519. source = "registry+https://github.com/rust-lang/crates.io-index"
  1520. checksum = "9d1a6ca9de4c8b00aa7f1a153bd76cb263287155cec642680d79d98706f3d28a"
  1521. dependencies = [
  1522. "async-trait",
  1523. "futures",
  1524. "futures-util",
  1525. "http",
  1526. "opentelemetry",
  1527. "prost",
  1528. "thiserror",
  1529. "tokio",
  1530. "tonic",
  1531. "tonic-build",
  1532. ]
  1533. [[package]]
  1534. name = "opentelemetry-semantic-conventions"
  1535. version = "0.9.0"
  1536. source = "registry+https://github.com/rust-lang/crates.io-index"
  1537. checksum = "985cc35d832d412224b2cffe2f9194b1b89b6aa5d0bef76d080dce09d90e62bd"
  1538. dependencies = [
  1539. "opentelemetry",
  1540. ]
  1541. [[package]]
  1542. name = "opentelemetry-system-metrics"
  1543. version = "0.1.1"
  1544. source = "registry+https://github.com/rust-lang/crates.io-index"
  1545. checksum = "a848fb2d43cc8e5adabdedc6b37a88b45653d3a23b000a3d047e6953d5af42ea"
  1546. dependencies = [
  1547. "indexmap",
  1548. "opentelemetry",
  1549. "sysinfo",
  1550. ]
  1551. [[package]]
  1552. name = "ordered-float"
  1553. version = "1.1.1"
  1554. source = "registry+https://github.com/rust-lang/crates.io-index"
  1555. checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
  1556. dependencies = [
  1557. "num-traits",
  1558. ]
  1559. [[package]]
  1560. name = "ordered-float"
  1561. version = "2.10.0"
  1562. source = "registry+https://github.com/rust-lang/crates.io-index"
  1563. checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
  1564. dependencies = [
  1565. "num-traits",
  1566. ]
  1567. [[package]]
  1568. name = "os_str_bytes"
  1569. version = "6.0.0"
  1570. source = "registry+https://github.com/rust-lang/crates.io-index"
  1571. checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
  1572. [[package]]
  1573. name = "parking"
  1574. version = "2.0.0"
  1575. source = "registry+https://github.com/rust-lang/crates.io-index"
  1576. checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
  1577. [[package]]
  1578. name = "parking_lot"
  1579. version = "0.12.0"
  1580. source = "registry+https://github.com/rust-lang/crates.io-index"
  1581. checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
  1582. dependencies = [
  1583. "lock_api",
  1584. "parking_lot_core",
  1585. ]
  1586. [[package]]
  1587. name = "parking_lot_core"
  1588. version = "0.9.1"
  1589. source = "registry+https://github.com/rust-lang/crates.io-index"
  1590. checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"
  1591. dependencies = [
  1592. "cfg-if",
  1593. "libc",
  1594. "redox_syscall",
  1595. "smallvec",
  1596. "windows-sys",
  1597. ]
  1598. [[package]]
  1599. name = "paste"
  1600. version = "1.0.7"
  1601. source = "registry+https://github.com/rust-lang/crates.io-index"
  1602. checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
  1603. [[package]]
  1604. name = "pem-rfc7468"
  1605. version = "0.2.4"
  1606. source = "registry+https://github.com/rust-lang/crates.io-index"
  1607. checksum = "84e93a3b1cc0510b03020f33f21e62acdde3dcaef432edc95bea377fbd4c2cd4"
  1608. dependencies = [
  1609. "base64ct",
  1610. ]
  1611. [[package]]
  1612. name = "percent-encoding"
  1613. version = "2.1.0"
  1614. source = "registry+https://github.com/rust-lang/crates.io-index"
  1615. checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
  1616. [[package]]
  1617. name = "pest"
  1618. version = "2.1.3"
  1619. source = "registry+https://github.com/rust-lang/crates.io-index"
  1620. checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
  1621. dependencies = [
  1622. "ucd-trie",
  1623. ]
  1624. [[package]]
  1625. name = "pest_derive"
  1626. version = "2.1.0"
  1627. source = "registry+https://github.com/rust-lang/crates.io-index"
  1628. checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
  1629. dependencies = [
  1630. "pest",
  1631. "pest_generator",
  1632. ]
  1633. [[package]]
  1634. name = "pest_generator"
  1635. version = "2.1.3"
  1636. source = "registry+https://github.com/rust-lang/crates.io-index"
  1637. checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
  1638. dependencies = [
  1639. "pest",
  1640. "pest_meta",
  1641. "proc-macro2",
  1642. "quote",
  1643. "syn",
  1644. ]
  1645. [[package]]
  1646. name = "pest_meta"
  1647. version = "2.1.3"
  1648. source = "registry+https://github.com/rust-lang/crates.io-index"
  1649. checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
  1650. dependencies = [
  1651. "maplit",
  1652. "pest",
  1653. "sha-1",
  1654. ]
  1655. [[package]]
  1656. name = "petgraph"
  1657. version = "0.6.0"
  1658. source = "registry+https://github.com/rust-lang/crates.io-index"
  1659. checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
  1660. dependencies = [
  1661. "fixedbitset",
  1662. "indexmap",
  1663. ]
  1664. [[package]]
  1665. name = "pin-project"
  1666. version = "1.0.10"
  1667. source = "registry+https://github.com/rust-lang/crates.io-index"
  1668. checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
  1669. dependencies = [
  1670. "pin-project-internal",
  1671. ]
  1672. [[package]]
  1673. name = "pin-project-internal"
  1674. version = "1.0.10"
  1675. source = "registry+https://github.com/rust-lang/crates.io-index"
  1676. checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
  1677. dependencies = [
  1678. "proc-macro2",
  1679. "quote",
  1680. "syn",
  1681. ]
  1682. [[package]]
  1683. name = "pin-project-lite"
  1684. version = "0.2.8"
  1685. source = "registry+https://github.com/rust-lang/crates.io-index"
  1686. checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
  1687. [[package]]
  1688. name = "pin-utils"
  1689. version = "0.1.0"
  1690. source = "registry+https://github.com/rust-lang/crates.io-index"
  1691. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  1692. [[package]]
  1693. name = "pkcs1"
  1694. version = "0.2.4"
  1695. source = "registry+https://github.com/rust-lang/crates.io-index"
  1696. checksum = "116bee8279d783c0cf370efa1a94632f2108e5ef0bb32df31f051647810a4e2c"
  1697. dependencies = [
  1698. "der",
  1699. "pem-rfc7468",
  1700. "zeroize",
  1701. ]
  1702. [[package]]
  1703. name = "pkcs8"
  1704. version = "0.7.6"
  1705. source = "registry+https://github.com/rust-lang/crates.io-index"
  1706. checksum = "ee3ef9b64d26bad0536099c816c6734379e45bbd5f14798def6809e5cc350447"
  1707. dependencies = [
  1708. "der",
  1709. "pem-rfc7468",
  1710. "pkcs1",
  1711. "spki",
  1712. "zeroize",
  1713. ]
  1714. [[package]]
  1715. name = "pnet"
  1716. version = "0.28.0"
  1717. source = "registry+https://github.com/rust-lang/crates.io-index"
  1718. checksum = "4b6d2a0409666964722368ef5fb74b9f93fac11c18bef3308693c16c6733f103"
  1719. dependencies = [
  1720. "ipnetwork",
  1721. "pnet_base",
  1722. "pnet_datalink",
  1723. "pnet_packet",
  1724. "pnet_sys",
  1725. "pnet_transport",
  1726. ]
  1727. [[package]]
  1728. name = "pnet_base"
  1729. version = "0.28.0"
  1730. source = "registry+https://github.com/rust-lang/crates.io-index"
  1731. checksum = "25488cd551a753dcaaa6fffc9f69a7610a412dd8954425bf7ffad5f7d1156fb8"
  1732. [[package]]
  1733. name = "pnet_datalink"
  1734. version = "0.28.0"
  1735. source = "registry+https://github.com/rust-lang/crates.io-index"
  1736. checksum = "d4d1f8ab1ef6c914cf51dc5dfe0be64088ea5f3b08bbf5a31abc70356d271198"
  1737. dependencies = [
  1738. "ipnetwork",
  1739. "libc",
  1740. "pnet_base",
  1741. "pnet_sys",
  1742. "winapi",
  1743. ]
  1744. [[package]]
  1745. name = "pnet_macros"
  1746. version = "0.28.0"
  1747. source = "registry+https://github.com/rust-lang/crates.io-index"
  1748. checksum = "30490e0852e58402b8fae0d39897b08a24f493023a4d6cf56b2e30f31ed57548"
  1749. dependencies = [
  1750. "proc-macro2",
  1751. "quote",
  1752. "regex",
  1753. "syn",
  1754. ]
  1755. [[package]]
  1756. name = "pnet_macros_support"
  1757. version = "0.28.0"
  1758. source = "registry+https://github.com/rust-lang/crates.io-index"
  1759. checksum = "d4714e10f30cab023005adce048f2d30dd4ac4f093662abf2220855655ef8f90"
  1760. dependencies = [
  1761. "pnet_base",
  1762. ]
  1763. [[package]]
  1764. name = "pnet_packet"
  1765. version = "0.28.0"
  1766. source = "registry+https://github.com/rust-lang/crates.io-index"
  1767. checksum = "8588067671d03c9f4254b2e66fecb4d8b93b5d3e703195b84f311cd137e32130"
  1768. dependencies = [
  1769. "glob",
  1770. "pnet_base",
  1771. "pnet_macros",
  1772. "pnet_macros_support",
  1773. ]
  1774. [[package]]
  1775. name = "pnet_sys"
  1776. version = "0.28.0"
  1777. source = "registry+https://github.com/rust-lang/crates.io-index"
  1778. checksum = "d9a3f32b0df45515befd19eed04616f6b56a488da92afc61164ef455e955f07f"
  1779. dependencies = [
  1780. "libc",
  1781. "winapi",
  1782. ]
  1783. [[package]]
  1784. name = "pnet_transport"
  1785. version = "0.28.0"
  1786. source = "registry+https://github.com/rust-lang/crates.io-index"
  1787. checksum = "932b2916d693bcc5fa18443dc99142e0a6fd31a6ce75a511868f7174c17e2bce"
  1788. dependencies = [
  1789. "libc",
  1790. "pnet_base",
  1791. "pnet_packet",
  1792. "pnet_sys",
  1793. ]
  1794. [[package]]
  1795. name = "polling"
  1796. version = "2.2.0"
  1797. source = "registry+https://github.com/rust-lang/crates.io-index"
  1798. checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
  1799. dependencies = [
  1800. "cfg-if",
  1801. "libc",
  1802. "log",
  1803. "wepoll-ffi",
  1804. "winapi",
  1805. ]
  1806. [[package]]
  1807. name = "ppv-lite86"
  1808. version = "0.2.16"
  1809. source = "registry+https://github.com/rust-lang/crates.io-index"
  1810. checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
  1811. [[package]]
  1812. name = "proc-macro-error"
  1813. version = "1.0.4"
  1814. source = "registry+https://github.com/rust-lang/crates.io-index"
  1815. checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
  1816. dependencies = [
  1817. "proc-macro-error-attr",
  1818. "proc-macro2",
  1819. "quote",
  1820. "syn",
  1821. "version_check",
  1822. ]
  1823. [[package]]
  1824. name = "proc-macro-error-attr"
  1825. version = "1.0.4"
  1826. source = "registry+https://github.com/rust-lang/crates.io-index"
  1827. checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
  1828. dependencies = [
  1829. "proc-macro2",
  1830. "quote",
  1831. "version_check",
  1832. ]
  1833. [[package]]
  1834. name = "proc-macro-hack"
  1835. version = "0.5.19"
  1836. source = "registry+https://github.com/rust-lang/crates.io-index"
  1837. checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
  1838. [[package]]
  1839. name = "proc-macro2"
  1840. version = "1.0.43"
  1841. source = "registry+https://github.com/rust-lang/crates.io-index"
  1842. checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
  1843. dependencies = [
  1844. "unicode-ident",
  1845. ]
  1846. [[package]]
  1847. name = "prost"
  1848. version = "0.9.0"
  1849. source = "registry+https://github.com/rust-lang/crates.io-index"
  1850. checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
  1851. dependencies = [
  1852. "bytes",
  1853. "prost-derive",
  1854. ]
  1855. [[package]]
  1856. name = "prost-build"
  1857. version = "0.9.0"
  1858. source = "registry+https://github.com/rust-lang/crates.io-index"
  1859. checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
  1860. dependencies = [
  1861. "bytes",
  1862. "heck 0.3.3",
  1863. "itertools",
  1864. "lazy_static",
  1865. "log",
  1866. "multimap",
  1867. "petgraph",
  1868. "prost",
  1869. "prost-types",
  1870. "regex",
  1871. "tempfile",
  1872. "which",
  1873. ]
  1874. [[package]]
  1875. name = "prost-derive"
  1876. version = "0.9.0"
  1877. source = "registry+https://github.com/rust-lang/crates.io-index"
  1878. checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
  1879. dependencies = [
  1880. "anyhow",
  1881. "itertools",
  1882. "proc-macro2",
  1883. "quote",
  1884. "syn",
  1885. ]
  1886. [[package]]
  1887. name = "prost-types"
  1888. version = "0.9.0"
  1889. source = "registry+https://github.com/rust-lang/crates.io-index"
  1890. checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
  1891. dependencies = [
  1892. "bytes",
  1893. "prost",
  1894. ]
  1895. [[package]]
  1896. name = "pyo3"
  1897. version = "0.16.5"
  1898. source = "registry+https://github.com/rust-lang/crates.io-index"
  1899. checksum = "1e6302e85060011447471887705bb7838f14aba43fcb06957d823739a496b3dc"
  1900. dependencies = [
  1901. "cfg-if",
  1902. "eyre",
  1903. "indoc",
  1904. "libc",
  1905. "parking_lot",
  1906. "pyo3-build-config",
  1907. "pyo3-ffi",
  1908. "pyo3-macros",
  1909. "unindent",
  1910. ]
  1911. [[package]]
  1912. name = "pyo3-build-config"
  1913. version = "0.16.5"
  1914. source = "registry+https://github.com/rust-lang/crates.io-index"
  1915. checksum = "b5b65b546c35d8a3b1b2f0ddbac7c6a569d759f357f2b9df884f5d6b719152c8"
  1916. dependencies = [
  1917. "once_cell",
  1918. "target-lexicon",
  1919. ]
  1920. [[package]]
  1921. name = "pyo3-ffi"
  1922. version = "0.16.5"
  1923. source = "registry+https://github.com/rust-lang/crates.io-index"
  1924. checksum = "c275a07127c1aca33031a563e384ffdd485aee34ef131116fcd58e3430d1742b"
  1925. dependencies = [
  1926. "libc",
  1927. "pyo3-build-config",
  1928. ]
  1929. [[package]]
  1930. name = "pyo3-macros"
  1931. version = "0.16.5"
  1932. source = "registry+https://github.com/rust-lang/crates.io-index"
  1933. checksum = "284fc4485bfbcc9850a6d661d627783f18d19c2ab55880b021671c4ba83e90f7"
  1934. dependencies = [
  1935. "proc-macro2",
  1936. "pyo3-macros-backend",
  1937. "quote",
  1938. "syn",
  1939. ]
  1940. [[package]]
  1941. name = "pyo3-macros-backend"
  1942. version = "0.16.5"
  1943. source = "registry+https://github.com/rust-lang/crates.io-index"
  1944. checksum = "53bda0f58f73f5c5429693c96ed57f7abdb38fdfc28ae06da4101a257adb7faf"
  1945. dependencies = [
  1946. "proc-macro2",
  1947. "quote",
  1948. "syn",
  1949. ]
  1950. [[package]]
  1951. name = "quinn"
  1952. version = "0.8.3"
  1953. source = "registry+https://github.com/rust-lang/crates.io-index"
  1954. checksum = "d7542006acd6e057ff632307d219954c44048f818898da03113d6c0086bfddd9"
  1955. dependencies = [
  1956. "bytes",
  1957. "futures-channel",
  1958. "futures-util",
  1959. "fxhash",
  1960. "quinn-proto",
  1961. "quinn-udp",
  1962. "rustls 0.20.6",
  1963. "thiserror",
  1964. "tokio",
  1965. "tracing",
  1966. "webpki 0.22.0",
  1967. ]
  1968. [[package]]
  1969. name = "quinn-proto"
  1970. version = "0.8.3"
  1971. source = "registry+https://github.com/rust-lang/crates.io-index"
  1972. checksum = "3a13a5c0a674c1ce7150c9df7bc4a1e46c2fbbe7c710f56c0dc78b1a810e779e"
  1973. dependencies = [
  1974. "bytes",
  1975. "fxhash",
  1976. "rand",
  1977. "ring",
  1978. "rustls 0.20.6",
  1979. "rustls-native-certs",
  1980. "rustls-pemfile 0.2.1",
  1981. "slab",
  1982. "thiserror",
  1983. "tinyvec",
  1984. "tracing",
  1985. "webpki 0.22.0",
  1986. ]
  1987. [[package]]
  1988. name = "quinn-udp"
  1989. version = "0.1.2"
  1990. source = "registry+https://github.com/rust-lang/crates.io-index"
  1991. checksum = "b3149f7237331015f1a6adf065c397d1be71e032fcf110ba41da52e7926b882f"
  1992. dependencies = [
  1993. "futures-util",
  1994. "libc",
  1995. "quinn-proto",
  1996. "socket2",
  1997. "tokio",
  1998. "tracing",
  1999. ]
  2000. [[package]]
  2001. name = "quote"
  2002. version = "1.0.17"
  2003. source = "registry+https://github.com/rust-lang/crates.io-index"
  2004. checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"
  2005. dependencies = [
  2006. "proc-macro2",
  2007. ]
  2008. [[package]]
  2009. name = "rand"
  2010. version = "0.8.5"
  2011. source = "registry+https://github.com/rust-lang/crates.io-index"
  2012. checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
  2013. dependencies = [
  2014. "libc",
  2015. "rand_chacha",
  2016. "rand_core",
  2017. ]
  2018. [[package]]
  2019. name = "rand_chacha"
  2020. version = "0.3.1"
  2021. source = "registry+https://github.com/rust-lang/crates.io-index"
  2022. checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
  2023. dependencies = [
  2024. "ppv-lite86",
  2025. "rand_core",
  2026. ]
  2027. [[package]]
  2028. name = "rand_core"
  2029. version = "0.6.3"
  2030. source = "registry+https://github.com/rust-lang/crates.io-index"
  2031. checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
  2032. dependencies = [
  2033. "getrandom",
  2034. ]
  2035. [[package]]
  2036. name = "rayon"
  2037. version = "1.5.1"
  2038. source = "registry+https://github.com/rust-lang/crates.io-index"
  2039. checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
  2040. dependencies = [
  2041. "autocfg 1.1.0",
  2042. "crossbeam-deque",
  2043. "either",
  2044. "rayon-core",
  2045. ]
  2046. [[package]]
  2047. name = "rayon-core"
  2048. version = "1.9.1"
  2049. source = "registry+https://github.com/rust-lang/crates.io-index"
  2050. checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
  2051. dependencies = [
  2052. "crossbeam-channel",
  2053. "crossbeam-deque",
  2054. "crossbeam-utils",
  2055. "lazy_static",
  2056. "num_cpus",
  2057. ]
  2058. [[package]]
  2059. name = "redox_syscall"
  2060. version = "0.2.12"
  2061. source = "registry+https://github.com/rust-lang/crates.io-index"
  2062. checksum = "8ae183fc1b06c149f0c1793e1eb447c8b04bfe46d48e9e48bfb8d2d7ed64ecf0"
  2063. dependencies = [
  2064. "bitflags",
  2065. ]
  2066. [[package]]
  2067. name = "redox_users"
  2068. version = "0.4.2"
  2069. source = "registry+https://github.com/rust-lang/crates.io-index"
  2070. checksum = "7776223e2696f1aa4c6b0170e83212f47296a00424305117d013dfe86fb0fe55"
  2071. dependencies = [
  2072. "getrandom",
  2073. "redox_syscall",
  2074. "thiserror",
  2075. ]
  2076. [[package]]
  2077. name = "regex"
  2078. version = "1.5.5"
  2079. source = "registry+https://github.com/rust-lang/crates.io-index"
  2080. checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
  2081. dependencies = [
  2082. "aho-corasick",
  2083. "memchr",
  2084. "regex-syntax",
  2085. ]
  2086. [[package]]
  2087. name = "regex-syntax"
  2088. version = "0.6.25"
  2089. source = "registry+https://github.com/rust-lang/crates.io-index"
  2090. checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
  2091. [[package]]
  2092. name = "remove_dir_all"
  2093. version = "0.5.3"
  2094. source = "registry+https://github.com/rust-lang/crates.io-index"
  2095. checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
  2096. dependencies = [
  2097. "winapi",
  2098. ]
  2099. [[package]]
  2100. name = "ring"
  2101. version = "0.16.20"
  2102. source = "registry+https://github.com/rust-lang/crates.io-index"
  2103. checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
  2104. dependencies = [
  2105. "cc",
  2106. "libc",
  2107. "once_cell",
  2108. "spin 0.5.2",
  2109. "untrusted",
  2110. "web-sys",
  2111. "winapi",
  2112. ]
  2113. [[package]]
  2114. name = "rsa"
  2115. version = "0.5.0"
  2116. source = "registry+https://github.com/rust-lang/crates.io-index"
  2117. checksum = "e05c2603e2823634ab331437001b411b9ed11660fbc4066f3908c84a9439260d"
  2118. dependencies = [
  2119. "byteorder",
  2120. "digest 0.9.0",
  2121. "lazy_static",
  2122. "num-bigint-dig",
  2123. "num-integer",
  2124. "num-iter",
  2125. "num-traits",
  2126. "pkcs1",
  2127. "pkcs8",
  2128. "rand",
  2129. "subtle",
  2130. "zeroize",
  2131. ]
  2132. [[package]]
  2133. name = "rust-dataflow-example-node"
  2134. version = "0.1.0"
  2135. dependencies = [
  2136. "dora-node-api",
  2137. "eyre",
  2138. "futures",
  2139. "rand",
  2140. "tokio",
  2141. ]
  2142. [[package]]
  2143. name = "rust-dataflow-example-operator"
  2144. version = "0.1.0"
  2145. dependencies = [
  2146. "dora-operator-api",
  2147. ]
  2148. [[package]]
  2149. name = "rust-dataflow-example-sink"
  2150. version = "0.1.0"
  2151. dependencies = [
  2152. "dora-node-api",
  2153. "eyre",
  2154. "futures",
  2155. "tokio",
  2156. ]
  2157. [[package]]
  2158. name = "rustc_version"
  2159. version = "0.4.0"
  2160. source = "registry+https://github.com/rust-lang/crates.io-index"
  2161. checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
  2162. dependencies = [
  2163. "semver",
  2164. ]
  2165. [[package]]
  2166. name = "rustls"
  2167. version = "0.19.1"
  2168. source = "registry+https://github.com/rust-lang/crates.io-index"
  2169. checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
  2170. dependencies = [
  2171. "base64",
  2172. "log",
  2173. "ring",
  2174. "sct 0.6.1",
  2175. "webpki 0.21.4",
  2176. ]
  2177. [[package]]
  2178. name = "rustls"
  2179. version = "0.20.6"
  2180. source = "registry+https://github.com/rust-lang/crates.io-index"
  2181. checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
  2182. dependencies = [
  2183. "log",
  2184. "ring",
  2185. "sct 0.7.0",
  2186. "webpki 0.22.0",
  2187. ]
  2188. [[package]]
  2189. name = "rustls-native-certs"
  2190. version = "0.6.2"
  2191. source = "registry+https://github.com/rust-lang/crates.io-index"
  2192. checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
  2193. dependencies = [
  2194. "openssl-probe",
  2195. "rustls-pemfile 1.0.0",
  2196. "schannel",
  2197. "security-framework",
  2198. ]
  2199. [[package]]
  2200. name = "rustls-pemfile"
  2201. version = "0.2.1"
  2202. source = "registry+https://github.com/rust-lang/crates.io-index"
  2203. checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
  2204. dependencies = [
  2205. "base64",
  2206. ]
  2207. [[package]]
  2208. name = "rustls-pemfile"
  2209. version = "0.3.0"
  2210. source = "registry+https://github.com/rust-lang/crates.io-index"
  2211. checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360"
  2212. dependencies = [
  2213. "base64",
  2214. ]
  2215. [[package]]
  2216. name = "rustls-pemfile"
  2217. version = "1.0.0"
  2218. source = "registry+https://github.com/rust-lang/crates.io-index"
  2219. checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
  2220. dependencies = [
  2221. "base64",
  2222. ]
  2223. [[package]]
  2224. name = "ryu"
  2225. version = "1.0.9"
  2226. source = "registry+https://github.com/rust-lang/crates.io-index"
  2227. checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
  2228. [[package]]
  2229. name = "schannel"
  2230. version = "0.1.19"
  2231. source = "registry+https://github.com/rust-lang/crates.io-index"
  2232. checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
  2233. dependencies = [
  2234. "lazy_static",
  2235. "winapi",
  2236. ]
  2237. [[package]]
  2238. name = "scopeguard"
  2239. version = "1.1.0"
  2240. source = "registry+https://github.com/rust-lang/crates.io-index"
  2241. checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
  2242. [[package]]
  2243. name = "scratch"
  2244. version = "1.0.2"
  2245. source = "registry+https://github.com/rust-lang/crates.io-index"
  2246. checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
  2247. [[package]]
  2248. name = "sct"
  2249. version = "0.6.1"
  2250. source = "registry+https://github.com/rust-lang/crates.io-index"
  2251. checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
  2252. dependencies = [
  2253. "ring",
  2254. "untrusted",
  2255. ]
  2256. [[package]]
  2257. name = "sct"
  2258. version = "0.7.0"
  2259. source = "registry+https://github.com/rust-lang/crates.io-index"
  2260. checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
  2261. dependencies = [
  2262. "ring",
  2263. "untrusted",
  2264. ]
  2265. [[package]]
  2266. name = "security-framework"
  2267. version = "2.6.1"
  2268. source = "registry+https://github.com/rust-lang/crates.io-index"
  2269. checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
  2270. dependencies = [
  2271. "bitflags",
  2272. "core-foundation",
  2273. "core-foundation-sys",
  2274. "libc",
  2275. "security-framework-sys",
  2276. ]
  2277. [[package]]
  2278. name = "security-framework-sys"
  2279. version = "2.6.1"
  2280. source = "registry+https://github.com/rust-lang/crates.io-index"
  2281. checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
  2282. dependencies = [
  2283. "core-foundation-sys",
  2284. "libc",
  2285. ]
  2286. [[package]]
  2287. name = "semver"
  2288. version = "1.0.7"
  2289. source = "registry+https://github.com/rust-lang/crates.io-index"
  2290. checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
  2291. [[package]]
  2292. name = "serde"
  2293. version = "1.0.136"
  2294. source = "registry+https://github.com/rust-lang/crates.io-index"
  2295. checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
  2296. dependencies = [
  2297. "serde_derive",
  2298. ]
  2299. [[package]]
  2300. name = "serde_derive"
  2301. version = "1.0.136"
  2302. source = "registry+https://github.com/rust-lang/crates.io-index"
  2303. checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
  2304. dependencies = [
  2305. "proc-macro2",
  2306. "quote",
  2307. "syn",
  2308. ]
  2309. [[package]]
  2310. name = "serde_json"
  2311. version = "1.0.79"
  2312. source = "registry+https://github.com/rust-lang/crates.io-index"
  2313. checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
  2314. dependencies = [
  2315. "itoa",
  2316. "ryu",
  2317. "serde",
  2318. ]
  2319. [[package]]
  2320. name = "serde_yaml"
  2321. version = "0.8.23"
  2322. source = "registry+https://github.com/rust-lang/crates.io-index"
  2323. checksum = "a4a521f2940385c165a24ee286aa8599633d162077a54bdcae2a6fd5a7bfa7a0"
  2324. dependencies = [
  2325. "indexmap",
  2326. "ryu",
  2327. "serde",
  2328. "yaml-rust",
  2329. ]
  2330. [[package]]
  2331. name = "sha-1"
  2332. version = "0.8.2"
  2333. source = "registry+https://github.com/rust-lang/crates.io-index"
  2334. checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
  2335. dependencies = [
  2336. "block-buffer 0.7.3",
  2337. "digest 0.8.1",
  2338. "fake-simd",
  2339. "opaque-debug 0.2.3",
  2340. ]
  2341. [[package]]
  2342. name = "sha3"
  2343. version = "0.9.1"
  2344. source = "registry+https://github.com/rust-lang/crates.io-index"
  2345. checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
  2346. dependencies = [
  2347. "block-buffer 0.9.0",
  2348. "digest 0.9.0",
  2349. "keccak",
  2350. "opaque-debug 0.3.0",
  2351. ]
  2352. [[package]]
  2353. name = "shared_memory"
  2354. version = "0.12.0"
  2355. source = "registry+https://github.com/rust-lang/crates.io-index"
  2356. checksum = "681a9e90340f748af3a1cc52eb2c040eee29f976b763e99ad90fc0c5df6f9791"
  2357. dependencies = [
  2358. "cfg-if",
  2359. "libc",
  2360. "nix 0.22.3",
  2361. "rand",
  2362. "winapi",
  2363. ]
  2364. [[package]]
  2365. name = "shellexpand"
  2366. version = "2.1.0"
  2367. source = "registry+https://github.com/rust-lang/crates.io-index"
  2368. checksum = "83bdb7831b2d85ddf4a7b148aa19d0587eddbe8671a436b7bd1182eaad0f2829"
  2369. dependencies = [
  2370. "dirs-next",
  2371. ]
  2372. [[package]]
  2373. name = "signal-hook"
  2374. version = "0.3.13"
  2375. source = "registry+https://github.com/rust-lang/crates.io-index"
  2376. checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
  2377. dependencies = [
  2378. "libc",
  2379. "signal-hook-registry",
  2380. ]
  2381. [[package]]
  2382. name = "signal-hook-registry"
  2383. version = "1.4.0"
  2384. source = "registry+https://github.com/rust-lang/crates.io-index"
  2385. checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
  2386. dependencies = [
  2387. "libc",
  2388. ]
  2389. [[package]]
  2390. name = "slab"
  2391. version = "0.4.5"
  2392. source = "registry+https://github.com/rust-lang/crates.io-index"
  2393. checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
  2394. [[package]]
  2395. name = "smallvec"
  2396. version = "1.8.0"
  2397. source = "registry+https://github.com/rust-lang/crates.io-index"
  2398. checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
  2399. [[package]]
  2400. name = "socket2"
  2401. version = "0.4.4"
  2402. source = "registry+https://github.com/rust-lang/crates.io-index"
  2403. checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
  2404. dependencies = [
  2405. "libc",
  2406. "winapi",
  2407. ]
  2408. [[package]]
  2409. name = "spin"
  2410. version = "0.5.2"
  2411. source = "registry+https://github.com/rust-lang/crates.io-index"
  2412. checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
  2413. [[package]]
  2414. name = "spin"
  2415. version = "0.9.2"
  2416. source = "registry+https://github.com/rust-lang/crates.io-index"
  2417. checksum = "511254be0c5bcf062b019a6c89c01a664aa359ded62f78aa72c6fc137c0590e5"
  2418. dependencies = [
  2419. "lock_api",
  2420. ]
  2421. [[package]]
  2422. name = "spki"
  2423. version = "0.4.1"
  2424. source = "registry+https://github.com/rust-lang/crates.io-index"
  2425. checksum = "5c01a0c15da1b0b0e1494112e7af814a678fec9bd157881b49beac661e9b6f32"
  2426. dependencies = [
  2427. "der",
  2428. ]
  2429. [[package]]
  2430. name = "stop-token"
  2431. version = "0.7.0"
  2432. source = "registry+https://github.com/rust-lang/crates.io-index"
  2433. checksum = "af91f480ee899ab2d9f8435bfdfc14d08a5754bd9d3fef1f1a1c23336aad6c8b"
  2434. dependencies = [
  2435. "async-channel",
  2436. "cfg-if",
  2437. "futures-core",
  2438. "pin-project-lite",
  2439. ]
  2440. [[package]]
  2441. name = "strsim"
  2442. version = "0.8.0"
  2443. source = "registry+https://github.com/rust-lang/crates.io-index"
  2444. checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
  2445. [[package]]
  2446. name = "strsim"
  2447. version = "0.10.0"
  2448. source = "registry+https://github.com/rust-lang/crates.io-index"
  2449. checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
  2450. [[package]]
  2451. name = "subtle"
  2452. version = "2.4.1"
  2453. source = "registry+https://github.com/rust-lang/crates.io-index"
  2454. checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
  2455. [[package]]
  2456. name = "syn"
  2457. version = "1.0.99"
  2458. source = "registry+https://github.com/rust-lang/crates.io-index"
  2459. checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
  2460. dependencies = [
  2461. "proc-macro2",
  2462. "quote",
  2463. "unicode-ident",
  2464. ]
  2465. [[package]]
  2466. name = "synstructure"
  2467. version = "0.12.6"
  2468. source = "registry+https://github.com/rust-lang/crates.io-index"
  2469. checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
  2470. dependencies = [
  2471. "proc-macro2",
  2472. "quote",
  2473. "syn",
  2474. "unicode-xid",
  2475. ]
  2476. [[package]]
  2477. name = "sysinfo"
  2478. version = "0.24.5"
  2479. source = "registry+https://github.com/rust-lang/crates.io-index"
  2480. checksum = "7d80929a3b477bce3a64360ca82bfb361eacce1dcb7b1fb31e8e5e181e37c212"
  2481. dependencies = [
  2482. "cfg-if",
  2483. "core-foundation-sys",
  2484. "libc",
  2485. "ntapi",
  2486. "once_cell",
  2487. "rayon",
  2488. "winapi",
  2489. ]
  2490. [[package]]
  2491. name = "target-lexicon"
  2492. version = "0.12.4"
  2493. source = "registry+https://github.com/rust-lang/crates.io-index"
  2494. checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"
  2495. [[package]]
  2496. name = "tempfile"
  2497. version = "3.3.0"
  2498. source = "registry+https://github.com/rust-lang/crates.io-index"
  2499. checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
  2500. dependencies = [
  2501. "cfg-if",
  2502. "fastrand",
  2503. "libc",
  2504. "redox_syscall",
  2505. "remove_dir_all",
  2506. "winapi",
  2507. ]
  2508. [[package]]
  2509. name = "termcolor"
  2510. version = "1.1.3"
  2511. source = "registry+https://github.com/rust-lang/crates.io-index"
  2512. checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
  2513. dependencies = [
  2514. "winapi-util",
  2515. ]
  2516. [[package]]
  2517. name = "textwrap"
  2518. version = "0.11.0"
  2519. source = "registry+https://github.com/rust-lang/crates.io-index"
  2520. checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
  2521. dependencies = [
  2522. "unicode-width",
  2523. ]
  2524. [[package]]
  2525. name = "textwrap"
  2526. version = "0.15.0"
  2527. source = "registry+https://github.com/rust-lang/crates.io-index"
  2528. checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
  2529. [[package]]
  2530. name = "thiserror"
  2531. version = "1.0.30"
  2532. source = "registry+https://github.com/rust-lang/crates.io-index"
  2533. checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
  2534. dependencies = [
  2535. "thiserror-impl",
  2536. ]
  2537. [[package]]
  2538. name = "thiserror-impl"
  2539. version = "1.0.30"
  2540. source = "registry+https://github.com/rust-lang/crates.io-index"
  2541. checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
  2542. dependencies = [
  2543. "proc-macro2",
  2544. "quote",
  2545. "syn",
  2546. ]
  2547. [[package]]
  2548. name = "threadpool"
  2549. version = "1.8.1"
  2550. source = "registry+https://github.com/rust-lang/crates.io-index"
  2551. checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
  2552. dependencies = [
  2553. "num_cpus",
  2554. ]
  2555. [[package]]
  2556. name = "thrift"
  2557. version = "0.15.0"
  2558. source = "registry+https://github.com/rust-lang/crates.io-index"
  2559. checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"
  2560. dependencies = [
  2561. "byteorder",
  2562. "integer-encoding",
  2563. "log",
  2564. "ordered-float 1.1.1",
  2565. "threadpool",
  2566. ]
  2567. [[package]]
  2568. name = "time"
  2569. version = "0.3.9"
  2570. source = "registry+https://github.com/rust-lang/crates.io-index"
  2571. checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
  2572. dependencies = [
  2573. "libc",
  2574. "num_threads",
  2575. ]
  2576. [[package]]
  2577. name = "tinyvec"
  2578. version = "1.5.1"
  2579. source = "registry+https://github.com/rust-lang/crates.io-index"
  2580. checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
  2581. dependencies = [
  2582. "tinyvec_macros",
  2583. ]
  2584. [[package]]
  2585. name = "tinyvec_macros"
  2586. version = "0.1.0"
  2587. source = "registry+https://github.com/rust-lang/crates.io-index"
  2588. checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
  2589. [[package]]
  2590. name = "tokio"
  2591. version = "1.20.1"
  2592. source = "registry+https://github.com/rust-lang/crates.io-index"
  2593. checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
  2594. dependencies = [
  2595. "autocfg 1.1.0",
  2596. "bytes",
  2597. "libc",
  2598. "memchr",
  2599. "mio",
  2600. "num_cpus",
  2601. "once_cell",
  2602. "parking_lot",
  2603. "pin-project-lite",
  2604. "signal-hook-registry",
  2605. "socket2",
  2606. "tokio-macros",
  2607. "winapi",
  2608. ]
  2609. [[package]]
  2610. name = "tokio-io-timeout"
  2611. version = "1.2.0"
  2612. source = "registry+https://github.com/rust-lang/crates.io-index"
  2613. checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
  2614. dependencies = [
  2615. "pin-project-lite",
  2616. "tokio",
  2617. ]
  2618. [[package]]
  2619. name = "tokio-macros"
  2620. version = "1.7.0"
  2621. source = "registry+https://github.com/rust-lang/crates.io-index"
  2622. checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
  2623. dependencies = [
  2624. "proc-macro2",
  2625. "quote",
  2626. "syn",
  2627. ]
  2628. [[package]]
  2629. name = "tokio-stream"
  2630. version = "0.1.8"
  2631. source = "registry+https://github.com/rust-lang/crates.io-index"
  2632. checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
  2633. dependencies = [
  2634. "futures-core",
  2635. "pin-project-lite",
  2636. "tokio",
  2637. ]
  2638. [[package]]
  2639. name = "tokio-util"
  2640. version = "0.6.10"
  2641. source = "registry+https://github.com/rust-lang/crates.io-index"
  2642. checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
  2643. dependencies = [
  2644. "bytes",
  2645. "futures-core",
  2646. "futures-sink",
  2647. "log",
  2648. "pin-project-lite",
  2649. "tokio",
  2650. ]
  2651. [[package]]
  2652. name = "tokio-util"
  2653. version = "0.7.1"
  2654. source = "registry+https://github.com/rust-lang/crates.io-index"
  2655. checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
  2656. dependencies = [
  2657. "bytes",
  2658. "futures-core",
  2659. "futures-sink",
  2660. "pin-project-lite",
  2661. "tokio",
  2662. "tracing",
  2663. ]
  2664. [[package]]
  2665. name = "tonic"
  2666. version = "0.6.2"
  2667. source = "registry+https://github.com/rust-lang/crates.io-index"
  2668. checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a"
  2669. dependencies = [
  2670. "async-stream",
  2671. "async-trait",
  2672. "base64",
  2673. "bytes",
  2674. "futures-core",
  2675. "futures-util",
  2676. "h2",
  2677. "http",
  2678. "http-body",
  2679. "hyper",
  2680. "hyper-timeout",
  2681. "percent-encoding",
  2682. "pin-project",
  2683. "prost",
  2684. "prost-derive",
  2685. "tokio",
  2686. "tokio-stream",
  2687. "tokio-util 0.6.10",
  2688. "tower",
  2689. "tower-layer",
  2690. "tower-service",
  2691. "tracing",
  2692. "tracing-futures",
  2693. ]
  2694. [[package]]
  2695. name = "tonic-build"
  2696. version = "0.6.2"
  2697. source = "registry+https://github.com/rust-lang/crates.io-index"
  2698. checksum = "9403f1bafde247186684b230dc6f38b5cd514584e8bec1dd32514be4745fa757"
  2699. dependencies = [
  2700. "proc-macro2",
  2701. "prost-build",
  2702. "quote",
  2703. "syn",
  2704. ]
  2705. [[package]]
  2706. name = "tower"
  2707. version = "0.4.12"
  2708. source = "registry+https://github.com/rust-lang/crates.io-index"
  2709. checksum = "9a89fd63ad6adf737582df5db40d286574513c69a11dac5214dc3b5603d6713e"
  2710. dependencies = [
  2711. "futures-core",
  2712. "futures-util",
  2713. "indexmap",
  2714. "pin-project",
  2715. "pin-project-lite",
  2716. "rand",
  2717. "slab",
  2718. "tokio",
  2719. "tokio-util 0.7.1",
  2720. "tower-layer",
  2721. "tower-service",
  2722. "tracing",
  2723. ]
  2724. [[package]]
  2725. name = "tower-layer"
  2726. version = "0.3.1"
  2727. source = "registry+https://github.com/rust-lang/crates.io-index"
  2728. checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62"
  2729. [[package]]
  2730. name = "tower-service"
  2731. version = "0.3.1"
  2732. source = "registry+https://github.com/rust-lang/crates.io-index"
  2733. checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
  2734. [[package]]
  2735. name = "tracing"
  2736. version = "0.1.33"
  2737. source = "registry+https://github.com/rust-lang/crates.io-index"
  2738. checksum = "80b9fa4360528139bc96100c160b7ae879f5567f49f1782b0b02035b0358ebf3"
  2739. dependencies = [
  2740. "cfg-if",
  2741. "log",
  2742. "pin-project-lite",
  2743. "tracing-attributes",
  2744. "tracing-core",
  2745. ]
  2746. [[package]]
  2747. name = "tracing-attributes"
  2748. version = "0.1.20"
  2749. source = "registry+https://github.com/rust-lang/crates.io-index"
  2750. checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"
  2751. dependencies = [
  2752. "proc-macro2",
  2753. "quote",
  2754. "syn",
  2755. ]
  2756. [[package]]
  2757. name = "tracing-core"
  2758. version = "0.1.23"
  2759. source = "registry+https://github.com/rust-lang/crates.io-index"
  2760. checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c"
  2761. dependencies = [
  2762. "lazy_static",
  2763. ]
  2764. [[package]]
  2765. name = "tracing-futures"
  2766. version = "0.2.5"
  2767. source = "registry+https://github.com/rust-lang/crates.io-index"
  2768. checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
  2769. dependencies = [
  2770. "pin-project",
  2771. "tracing",
  2772. ]
  2773. [[package]]
  2774. name = "try-lock"
  2775. version = "0.2.3"
  2776. source = "registry+https://github.com/rust-lang/crates.io-index"
  2777. checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
  2778. [[package]]
  2779. name = "typenum"
  2780. version = "1.15.0"
  2781. source = "registry+https://github.com/rust-lang/crates.io-index"
  2782. checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
  2783. [[package]]
  2784. name = "ucd-trie"
  2785. version = "0.1.3"
  2786. source = "registry+https://github.com/rust-lang/crates.io-index"
  2787. checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
  2788. [[package]]
  2789. name = "uhlc"
  2790. version = "0.4.1"
  2791. source = "registry+https://github.com/rust-lang/crates.io-index"
  2792. checksum = "9d74cc14aac0f650dae365e42250073bc0f89602bad5751d6159642be37690d6"
  2793. dependencies = [
  2794. "hex",
  2795. "humantime",
  2796. "lazy_static",
  2797. "log",
  2798. "serde",
  2799. "uuid",
  2800. ]
  2801. [[package]]
  2802. name = "unicode-ident"
  2803. version = "1.0.3"
  2804. source = "registry+https://github.com/rust-lang/crates.io-index"
  2805. checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
  2806. [[package]]
  2807. name = "unicode-segmentation"
  2808. version = "1.9.0"
  2809. source = "registry+https://github.com/rust-lang/crates.io-index"
  2810. checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
  2811. [[package]]
  2812. name = "unicode-width"
  2813. version = "0.1.9"
  2814. source = "registry+https://github.com/rust-lang/crates.io-index"
  2815. checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
  2816. [[package]]
  2817. name = "unicode-xid"
  2818. version = "0.2.2"
  2819. source = "registry+https://github.com/rust-lang/crates.io-index"
  2820. checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
  2821. [[package]]
  2822. name = "unindent"
  2823. version = "0.1.8"
  2824. source = "registry+https://github.com/rust-lang/crates.io-index"
  2825. checksum = "514672a55d7380da379785a4d70ca8386c8883ff7eaae877be4d2081cebe73d8"
  2826. [[package]]
  2827. name = "untrusted"
  2828. version = "0.7.1"
  2829. source = "registry+https://github.com/rust-lang/crates.io-index"
  2830. checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
  2831. [[package]]
  2832. name = "unzip-n"
  2833. version = "0.1.2"
  2834. source = "registry+https://github.com/rust-lang/crates.io-index"
  2835. checksum = "c2e7e85a0596447f0f2ac090e16bc4c516c6fe91771fb0c0ccf7fa3dae896b9c"
  2836. dependencies = [
  2837. "proc-macro2",
  2838. "quote",
  2839. "syn",
  2840. ]
  2841. [[package]]
  2842. name = "uuid"
  2843. version = "0.8.2"
  2844. source = "registry+https://github.com/rust-lang/crates.io-index"
  2845. checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
  2846. dependencies = [
  2847. "getrandom",
  2848. ]
  2849. [[package]]
  2850. name = "validated_struct"
  2851. version = "2.1.0"
  2852. source = "registry+https://github.com/rust-lang/crates.io-index"
  2853. checksum = "feef04c049b4beae3037a2a31b8da40d8cebec0b97456f24c7de0ede4ed9efed"
  2854. dependencies = [
  2855. "json5",
  2856. "serde",
  2857. "serde_json",
  2858. "validated_struct_macros",
  2859. ]
  2860. [[package]]
  2861. name = "validated_struct_macros"
  2862. version = "2.1.0"
  2863. source = "registry+https://github.com/rust-lang/crates.io-index"
  2864. checksum = "9d4444a980afa9ef0d29c2a3f4d952ec0495a7a996a9c78b52698b71bc21edb4"
  2865. dependencies = [
  2866. "proc-macro2",
  2867. "quote",
  2868. "syn",
  2869. "unzip-n",
  2870. ]
  2871. [[package]]
  2872. name = "value-bag"
  2873. version = "1.0.0-alpha.9"
  2874. source = "registry+https://github.com/rust-lang/crates.io-index"
  2875. checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
  2876. dependencies = [
  2877. "ctor",
  2878. "version_check",
  2879. ]
  2880. [[package]]
  2881. name = "vec_map"
  2882. version = "0.8.2"
  2883. source = "registry+https://github.com/rust-lang/crates.io-index"
  2884. checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
  2885. [[package]]
  2886. name = "version_check"
  2887. version = "0.9.4"
  2888. source = "registry+https://github.com/rust-lang/crates.io-index"
  2889. checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  2890. [[package]]
  2891. name = "waker-fn"
  2892. version = "1.1.0"
  2893. source = "registry+https://github.com/rust-lang/crates.io-index"
  2894. checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
  2895. [[package]]
  2896. name = "want"
  2897. version = "0.3.0"
  2898. source = "registry+https://github.com/rust-lang/crates.io-index"
  2899. checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
  2900. dependencies = [
  2901. "log",
  2902. "try-lock",
  2903. ]
  2904. [[package]]
  2905. name = "wasi"
  2906. version = "0.10.2+wasi-snapshot-preview1"
  2907. source = "registry+https://github.com/rust-lang/crates.io-index"
  2908. checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
  2909. [[package]]
  2910. name = "wasi"
  2911. version = "0.11.0+wasi-snapshot-preview1"
  2912. source = "registry+https://github.com/rust-lang/crates.io-index"
  2913. checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
  2914. [[package]]
  2915. name = "wasm-bindgen"
  2916. version = "0.2.79"
  2917. source = "registry+https://github.com/rust-lang/crates.io-index"
  2918. checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
  2919. dependencies = [
  2920. "cfg-if",
  2921. "wasm-bindgen-macro",
  2922. ]
  2923. [[package]]
  2924. name = "wasm-bindgen-backend"
  2925. version = "0.2.79"
  2926. source = "registry+https://github.com/rust-lang/crates.io-index"
  2927. checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
  2928. dependencies = [
  2929. "bumpalo",
  2930. "lazy_static",
  2931. "log",
  2932. "proc-macro2",
  2933. "quote",
  2934. "syn",
  2935. "wasm-bindgen-shared",
  2936. ]
  2937. [[package]]
  2938. name = "wasm-bindgen-futures"
  2939. version = "0.4.29"
  2940. source = "registry+https://github.com/rust-lang/crates.io-index"
  2941. checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
  2942. dependencies = [
  2943. "cfg-if",
  2944. "js-sys",
  2945. "wasm-bindgen",
  2946. "web-sys",
  2947. ]
  2948. [[package]]
  2949. name = "wasm-bindgen-macro"
  2950. version = "0.2.79"
  2951. source = "registry+https://github.com/rust-lang/crates.io-index"
  2952. checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
  2953. dependencies = [
  2954. "quote",
  2955. "wasm-bindgen-macro-support",
  2956. ]
  2957. [[package]]
  2958. name = "wasm-bindgen-macro-support"
  2959. version = "0.2.79"
  2960. source = "registry+https://github.com/rust-lang/crates.io-index"
  2961. checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
  2962. dependencies = [
  2963. "proc-macro2",
  2964. "quote",
  2965. "syn",
  2966. "wasm-bindgen-backend",
  2967. "wasm-bindgen-shared",
  2968. ]
  2969. [[package]]
  2970. name = "wasm-bindgen-shared"
  2971. version = "0.2.79"
  2972. source = "registry+https://github.com/rust-lang/crates.io-index"
  2973. checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
  2974. [[package]]
  2975. name = "web-sys"
  2976. version = "0.3.56"
  2977. source = "registry+https://github.com/rust-lang/crates.io-index"
  2978. checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
  2979. dependencies = [
  2980. "js-sys",
  2981. "wasm-bindgen",
  2982. ]
  2983. [[package]]
  2984. name = "webpki"
  2985. version = "0.21.4"
  2986. source = "registry+https://github.com/rust-lang/crates.io-index"
  2987. checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
  2988. dependencies = [
  2989. "ring",
  2990. "untrusted",
  2991. ]
  2992. [[package]]
  2993. name = "webpki"
  2994. version = "0.22.0"
  2995. source = "registry+https://github.com/rust-lang/crates.io-index"
  2996. checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
  2997. dependencies = [
  2998. "ring",
  2999. "untrusted",
  3000. ]
  3001. [[package]]
  3002. name = "wepoll-ffi"
  3003. version = "0.1.2"
  3004. source = "registry+https://github.com/rust-lang/crates.io-index"
  3005. checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
  3006. dependencies = [
  3007. "cc",
  3008. ]
  3009. [[package]]
  3010. name = "which"
  3011. version = "4.2.5"
  3012. source = "registry+https://github.com/rust-lang/crates.io-index"
  3013. checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
  3014. dependencies = [
  3015. "either",
  3016. "lazy_static",
  3017. "libc",
  3018. ]
  3019. [[package]]
  3020. name = "winapi"
  3021. version = "0.3.9"
  3022. source = "registry+https://github.com/rust-lang/crates.io-index"
  3023. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  3024. dependencies = [
  3025. "winapi-i686-pc-windows-gnu",
  3026. "winapi-x86_64-pc-windows-gnu",
  3027. ]
  3028. [[package]]
  3029. name = "winapi-i686-pc-windows-gnu"
  3030. version = "0.4.0"
  3031. source = "registry+https://github.com/rust-lang/crates.io-index"
  3032. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  3033. [[package]]
  3034. name = "winapi-util"
  3035. version = "0.1.5"
  3036. source = "registry+https://github.com/rust-lang/crates.io-index"
  3037. checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
  3038. dependencies = [
  3039. "winapi",
  3040. ]
  3041. [[package]]
  3042. name = "winapi-x86_64-pc-windows-gnu"
  3043. version = "0.4.0"
  3044. source = "registry+https://github.com/rust-lang/crates.io-index"
  3045. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  3046. [[package]]
  3047. name = "windows-sys"
  3048. version = "0.32.0"
  3049. source = "registry+https://github.com/rust-lang/crates.io-index"
  3050. checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"
  3051. dependencies = [
  3052. "windows_aarch64_msvc",
  3053. "windows_i686_gnu",
  3054. "windows_i686_msvc",
  3055. "windows_x86_64_gnu",
  3056. "windows_x86_64_msvc",
  3057. ]
  3058. [[package]]
  3059. name = "windows_aarch64_msvc"
  3060. version = "0.32.0"
  3061. source = "registry+https://github.com/rust-lang/crates.io-index"
  3062. checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
  3063. [[package]]
  3064. name = "windows_i686_gnu"
  3065. version = "0.32.0"
  3066. source = "registry+https://github.com/rust-lang/crates.io-index"
  3067. checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
  3068. [[package]]
  3069. name = "windows_i686_msvc"
  3070. version = "0.32.0"
  3071. source = "registry+https://github.com/rust-lang/crates.io-index"
  3072. checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
  3073. [[package]]
  3074. name = "windows_x86_64_gnu"
  3075. version = "0.32.0"
  3076. source = "registry+https://github.com/rust-lang/crates.io-index"
  3077. checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
  3078. [[package]]
  3079. name = "windows_x86_64_msvc"
  3080. version = "0.32.0"
  3081. source = "registry+https://github.com/rust-lang/crates.io-index"
  3082. checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
  3083. [[package]]
  3084. name = "yaml-rust"
  3085. version = "0.4.5"
  3086. source = "registry+https://github.com/rust-lang/crates.io-index"
  3087. checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
  3088. dependencies = [
  3089. "linked-hash-map",
  3090. ]
  3091. [[package]]
  3092. name = "zenoh"
  3093. version = "0.6.0-dev.0"
  3094. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3095. dependencies = [
  3096. "async-global-executor",
  3097. "async-std",
  3098. "async-trait",
  3099. "base64",
  3100. "env_logger",
  3101. "event-listener",
  3102. "flume",
  3103. "futures",
  3104. "git-version",
  3105. "hex",
  3106. "lazy_static",
  3107. "log",
  3108. "ordered-float 2.10.0",
  3109. "petgraph",
  3110. "rand",
  3111. "regex",
  3112. "rustc_version",
  3113. "serde",
  3114. "serde_json",
  3115. "socket2",
  3116. "stop-token",
  3117. "uhlc",
  3118. "uuid",
  3119. "vec_map",
  3120. "zenoh-buffers",
  3121. "zenoh-cfg-properties",
  3122. "zenoh-collections",
  3123. "zenoh-config",
  3124. "zenoh-core",
  3125. "zenoh-crypto",
  3126. "zenoh-link",
  3127. "zenoh-plugin-trait",
  3128. "zenoh-protocol",
  3129. "zenoh-protocol-core",
  3130. "zenoh-sync",
  3131. "zenoh-transport",
  3132. "zenoh-util",
  3133. ]
  3134. [[package]]
  3135. name = "zenoh-buffers"
  3136. version = "0.6.0-dev.0"
  3137. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3138. dependencies = [
  3139. "async-std",
  3140. "bincode",
  3141. "hex",
  3142. "log",
  3143. "serde",
  3144. "shared_memory",
  3145. "zenoh-collections",
  3146. "zenoh-core",
  3147. ]
  3148. [[package]]
  3149. name = "zenoh-cfg-properties"
  3150. version = "0.6.0-dev.0"
  3151. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3152. dependencies = [
  3153. "zenoh-core",
  3154. "zenoh-macros",
  3155. ]
  3156. [[package]]
  3157. name = "zenoh-collections"
  3158. version = "0.6.0-dev.0"
  3159. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3160. dependencies = [
  3161. "async-std",
  3162. "async-trait",
  3163. "flume",
  3164. "log",
  3165. "zenoh-core",
  3166. "zenoh-sync",
  3167. ]
  3168. [[package]]
  3169. name = "zenoh-config"
  3170. version = "0.6.0-dev.0"
  3171. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3172. dependencies = [
  3173. "flume",
  3174. "json5",
  3175. "num_cpus",
  3176. "serde",
  3177. "serde_json",
  3178. "serde_yaml",
  3179. "validated_struct",
  3180. "zenoh-cfg-properties",
  3181. "zenoh-core",
  3182. "zenoh-protocol-core",
  3183. "zenoh-util",
  3184. ]
  3185. [[package]]
  3186. name = "zenoh-core"
  3187. version = "0.6.0-dev.0"
  3188. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3189. dependencies = [
  3190. "anyhow",
  3191. "lazy_static",
  3192. ]
  3193. [[package]]
  3194. name = "zenoh-crypto"
  3195. version = "0.6.0-dev.0"
  3196. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3197. dependencies = [
  3198. "aes",
  3199. "hmac",
  3200. "rand",
  3201. "rand_chacha",
  3202. "sha3",
  3203. "zenoh-core",
  3204. ]
  3205. [[package]]
  3206. name = "zenoh-link"
  3207. version = "0.6.0-dev.0"
  3208. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3209. dependencies = [
  3210. "async-std",
  3211. "async-trait",
  3212. "zenoh-cfg-properties",
  3213. "zenoh-config",
  3214. "zenoh-core",
  3215. "zenoh-link-commons",
  3216. "zenoh-link-quic",
  3217. "zenoh-link-tcp",
  3218. "zenoh-link-tls",
  3219. "zenoh-link-udp",
  3220. "zenoh-link-unixsock_stream",
  3221. "zenoh-protocol-core",
  3222. ]
  3223. [[package]]
  3224. name = "zenoh-link-commons"
  3225. version = "0.6.0-dev.0"
  3226. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3227. dependencies = [
  3228. "async-std",
  3229. "async-trait",
  3230. "flume",
  3231. "zenoh-buffers",
  3232. "zenoh-cfg-properties",
  3233. "zenoh-core",
  3234. "zenoh-protocol",
  3235. "zenoh-protocol-core",
  3236. ]
  3237. [[package]]
  3238. name = "zenoh-link-quic"
  3239. version = "0.6.0-dev.0"
  3240. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3241. dependencies = [
  3242. "async-std",
  3243. "async-trait",
  3244. "futures",
  3245. "log",
  3246. "quinn",
  3247. "rustls 0.20.6",
  3248. "rustls-native-certs",
  3249. "rustls-pemfile 0.3.0",
  3250. "webpki 0.22.0",
  3251. "zenoh-cfg-properties",
  3252. "zenoh-config",
  3253. "zenoh-core",
  3254. "zenoh-link-commons",
  3255. "zenoh-protocol-core",
  3256. "zenoh-sync",
  3257. "zenoh-util",
  3258. ]
  3259. [[package]]
  3260. name = "zenoh-link-tcp"
  3261. version = "0.6.0-dev.0"
  3262. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3263. dependencies = [
  3264. "async-std",
  3265. "async-trait",
  3266. "log",
  3267. "zenoh-core",
  3268. "zenoh-link-commons",
  3269. "zenoh-protocol-core",
  3270. "zenoh-sync",
  3271. "zenoh-util",
  3272. ]
  3273. [[package]]
  3274. name = "zenoh-link-tls"
  3275. version = "0.6.0-dev.0"
  3276. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3277. dependencies = [
  3278. "async-rustls",
  3279. "async-std",
  3280. "async-trait",
  3281. "futures",
  3282. "log",
  3283. "zenoh-cfg-properties",
  3284. "zenoh-config",
  3285. "zenoh-core",
  3286. "zenoh-link-commons",
  3287. "zenoh-protocol-core",
  3288. "zenoh-sync",
  3289. "zenoh-util",
  3290. ]
  3291. [[package]]
  3292. name = "zenoh-link-udp"
  3293. version = "0.6.0-dev.0"
  3294. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3295. dependencies = [
  3296. "async-std",
  3297. "async-trait",
  3298. "log",
  3299. "socket2",
  3300. "zenoh-collections",
  3301. "zenoh-core",
  3302. "zenoh-link-commons",
  3303. "zenoh-protocol-core",
  3304. "zenoh-sync",
  3305. "zenoh-util",
  3306. ]
  3307. [[package]]
  3308. name = "zenoh-link-unixsock_stream"
  3309. version = "0.6.0-dev.0"
  3310. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3311. dependencies = [
  3312. "async-std",
  3313. "async-trait",
  3314. "futures",
  3315. "log",
  3316. "nix 0.23.1",
  3317. "uuid",
  3318. "zenoh-core",
  3319. "zenoh-link-commons",
  3320. "zenoh-protocol-core",
  3321. "zenoh-sync",
  3322. ]
  3323. [[package]]
  3324. name = "zenoh-logger"
  3325. version = "0.1.0"
  3326. dependencies = [
  3327. "zenoh",
  3328. "zenoh-config",
  3329. ]
  3330. [[package]]
  3331. name = "zenoh-macros"
  3332. version = "0.6.0-dev.0"
  3333. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3334. dependencies = [
  3335. "proc-macro2",
  3336. "quote",
  3337. "rustc_version",
  3338. "syn",
  3339. "unzip-n",
  3340. ]
  3341. [[package]]
  3342. name = "zenoh-plugin-trait"
  3343. version = "0.6.0-dev.0"
  3344. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3345. dependencies = [
  3346. "libloading",
  3347. "log",
  3348. "serde_json",
  3349. "zenoh-core",
  3350. "zenoh-macros",
  3351. "zenoh-util",
  3352. ]
  3353. [[package]]
  3354. name = "zenoh-protocol"
  3355. version = "0.6.0-dev.0"
  3356. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3357. dependencies = [
  3358. "log",
  3359. "uhlc",
  3360. "zenoh-buffers",
  3361. "zenoh-core",
  3362. "zenoh-protocol-core",
  3363. ]
  3364. [[package]]
  3365. name = "zenoh-protocol-core"
  3366. version = "0.6.0-dev.0"
  3367. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3368. dependencies = [
  3369. "hex",
  3370. "lazy_static",
  3371. "serde",
  3372. "uhlc",
  3373. "uuid",
  3374. "zenoh-core",
  3375. ]
  3376. [[package]]
  3377. name = "zenoh-sync"
  3378. version = "0.6.0-dev.0"
  3379. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3380. dependencies = [
  3381. "async-std",
  3382. "event-listener",
  3383. "flume",
  3384. "futures",
  3385. "tokio",
  3386. "zenoh-core",
  3387. ]
  3388. [[package]]
  3389. name = "zenoh-transport"
  3390. version = "0.6.0-dev.0"
  3391. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3392. dependencies = [
  3393. "async-executor",
  3394. "async-global-executor",
  3395. "async-std",
  3396. "async-trait",
  3397. "flume",
  3398. "log",
  3399. "paste",
  3400. "rand",
  3401. "rsa",
  3402. "serde",
  3403. "zenoh-buffers",
  3404. "zenoh-cfg-properties",
  3405. "zenoh-collections",
  3406. "zenoh-config",
  3407. "zenoh-core",
  3408. "zenoh-crypto",
  3409. "zenoh-link",
  3410. "zenoh-protocol",
  3411. "zenoh-protocol-core",
  3412. "zenoh-sync",
  3413. ]
  3414. [[package]]
  3415. name = "zenoh-util"
  3416. version = "0.6.0-dev.0"
  3417. source = "git+https://github.com/eclipse-zenoh/zenoh.git#79a136e4fd90b11ff5d775ced981af53c4f1071b"
  3418. dependencies = [
  3419. "async-std",
  3420. "clap 2.34.0",
  3421. "futures",
  3422. "hex",
  3423. "home",
  3424. "humantime",
  3425. "lazy_static",
  3426. "libc",
  3427. "libloading",
  3428. "log",
  3429. "pnet",
  3430. "shellexpand",
  3431. "winapi",
  3432. "zenoh-cfg-properties",
  3433. "zenoh-collections",
  3434. "zenoh-core",
  3435. "zenoh-crypto",
  3436. "zenoh-sync",
  3437. ]
  3438. [[package]]
  3439. name = "zeroize"
  3440. version = "1.4.3"
  3441. source = "registry+https://github.com/rust-lang/crates.io-index"
  3442. checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"
  3443. dependencies = [
  3444. "zeroize_derive",
  3445. ]
  3446. [[package]]
  3447. name = "zeroize_derive"
  3448. version = "1.3.2"
  3449. source = "registry+https://github.com/rust-lang/crates.io-index"
  3450. checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"
  3451. dependencies = [
  3452. "proc-macro2",
  3453. "quote",
  3454. "syn",
  3455. "synstructure",
  3456. ]

DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed datafl